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 353a8c8 commit ce97b8aCopy full SHA for ce97b8a
docs/source/reference-lowlevel.rst
@@ -70,7 +70,8 @@ This requires that you either be:
70
71
* indirectly inside (and on the same thread as) a call to
72
:func:`trio.run`, for run-level information such as the
73
- :func:`~trio.current_time` or :func:`~trio.lowlevel.current_clock`.
+ :func:`~trio.current_time` or :func:`~trio.lowlevel.current_clock`;
74
+ or
75
76
* indirectly inside a Trio task, for task-level information such as
77
the :func:`~trio.lowlevel.current_task` or
0 commit comments