File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Waiting allows you to write complex tasks as a set of async code, without having
10
10
11
11
<PausedExecutionFree />
12
12
13
- | Function | What it does |
14
- | :------------------------------------------------ | :------------------------------------------------------------- |
15
- | [ wait.for()] ( /wait-for ) | Waits for a specific period of time, e.g. 1 day. |
16
- | [ wait.until()] ( /wait-until ) | Waits until the provided ` Date ` . |
17
- | [ wait.forToken()] ( /wait-for-token ) | Pauses runs until a token is completed. |
18
- | [ wait.forHttpCallback ()] ( /wait-for-http-callback ) | Pause runs until an HTTP callback is made to the provided URL. |
13
+ | Function | What it does |
14
+ | :--------------------------------------------------- | :------------------------------------------------------------- |
15
+ | [ wait.for()] ( /wait-for ) | Waits for a specific period of time, e.g. 1 day. |
16
+ | [ wait.until()] ( /wait-until ) | Waits until the provided ` Date ` . |
17
+ | [ wait.forToken()] ( /wait-for-token ) | Pauses runs until a token is completed. |
18
+ | [ wait.createHttpCallback ()] ( /wait-for-http-callback ) | Pause runs until an HTTP callback is made to the provided URL. |
You can’t perform that action at this time.
0 commit comments