We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5ba18 commit a5b772dCopy full SHA for a5b772d
AGENTS.md
@@ -244,6 +244,15 @@ where `T` is the type of the expected result.
244
callback function (lambda or function pointer) that will be invoked when
245
the future completes. The callback receives the completed future as an
246
argument.
247
+* k?????Fn_* enums: A list of each SDK's asynchronous functions is usually
248
+ kept in an enum in that SDK. For example, all of Auth's asynchronous
249
+ functions are named kAuthFn_* and kUserFn_*. Only asynchronous operations
250
+ (which return a Future) need to be in those function enums; these are used
251
+ internally to hold a reference to the FutureHandle for the *LastResult()
252
+ methods. If you add a new asynchronous operation, it should be added to
253
+ that enum, and that ID should be used for all of the internal FutureApi
254
+ operations. Non-async functions never need to touch this.
255
+
256
257
### Core Classes and Operations (Examples from Auth and Database)
258
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments