Skip to content

Commit 259c52e

Browse files
committed
Update README
1 parent b156308 commit 259c52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ Some things to note about the above code:
680680

681681
#### Timers
682682

683-
* A timer is represented by normal `asyncio.sleep()`
683+
* A timer is represented by normal `asyncio.sleep()` or a `workflow.sleep()` call
684684
* Timers are also implicitly started on any `asyncio` calls with timeouts (e.g. `asyncio.wait_for`)
685685
* Timers are Temporal server timers, not local ones, so sub-second resolution rarely has value
686686
* 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

Comments
 (0)