Skip to content

Commit 7578fe2

Browse files
authored
Update basics.rst
1 parent 65d088a commit 7578fe2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/basics.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ Here is the list of supported options for each backend:
7575
**Asyncio**:
7676

7777
* options covered in the documentation of :class:`asyncio.Runner`
78-
* ``use_uvloop`` (``bool``, default=False): Use the faster uvloop_ event loop implementation, if available (this is a shorthand for passing ``loop_factory=uvloop.new_event_loop`` or ``loop_factory=winloop.new_event_loop`` if using windows, and is ignored if ``loop_factory`` is passed a value other than ``None``)
78+
* ``use_uvloop`` (``bool``, default=False): Use the faster uvloop_ event loop
79+
implementation, if available (this is a shorthand for passing
80+
``loop_factory=uvloop.new_event_loop``, or ``loop_factory=winloop.new_event_loop`` if
81+
using Windows, and is ignored if ``loop_factory`` is passed a value other than
82+
``None``)
7983

8084
**Trio**: options covered in the
8185
`official documentation

0 commit comments

Comments
 (0)