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 b156308 commit 259c52eCopy full SHA for 259c52e
README.md
@@ -680,7 +680,7 @@ Some things to note about the above code:
680
681
#### Timers
682
683
-* A timer is represented by normal `asyncio.sleep()`
+* A timer is represented by normal `asyncio.sleep()` or a `workflow.sleep()` call
684
* Timers are also implicitly started on any `asyncio` calls with timeouts (e.g. `asyncio.wait_for`)
685
* Timers are Temporal server timers, not local ones, so sub-second resolution rarely has value
686
* Calls that use a specific point in time, e.g. `call_at` or `timeout_at`, should be based on the current loop time
0 commit comments