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 a5b772d commit df805b2Copy full SHA for df805b2
AGENTS.md
@@ -252,7 +252,11 @@ where `T` is the type of the expected result.
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
-
+* Asynchronous functions ONLY: Only asynchronous functions need to use
256
+ the Future pattern, e.g. anything with a callback. If you are simply
257
+ calling an underlying SDK function that finishes its work and returns
258
+ immediately, with no callback, there is no need to use a Future. See
259
+ `STYLE_GUIDE.md` for more details on asynchronous operations.
260
261
### Core Classes and Operations (Examples from Auth and Database)
262
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments