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 c40a40f commit 02ab0deCopy full SHA for 02ab0de
packages-exp/auth-exp/test/delay.ts
@@ -19,8 +19,7 @@
19
const SET_TIMEOUT = window.setTimeout;
20
21
/**
22
- * Throws tasks to the back of the async task queue, optionally # times.
23
- * Each "time" roughly corresponds to one execution of an "await" statement
+ * Throws tasks to the back of the async task queue.
24
*/
25
export function delay(cb: () => void): void {
26
SET_TIMEOUT(cb, 1);
0 commit comments