File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
12+++++++
23 Usage
34+++++++
@@ -108,8 +109,7 @@ a library you're calling) does not expect to run in a different thread.
108109 thread, but doesn't run them at all when waiting for another thread.
109110
110111 Use :meth: `trio_asyncio.TrioChildWatcher.add_child_handler `,
111- :func: `trio.hazmat.wait_for_child `
112- or :func: `trio.run_subprocess ` instead.
112+ or :func: `trio_asyncio.wait_for_child ` instead.
113113
114114 ``loop.stop() `` tells the loop to suspend itself. You can restart it
115115with another call to ``loop.run_forever() `` or ``loop.run_until_complete(coro) ``,
Original file line number Diff line number Diff line change 44
55from .base import * # noqa
66from .loop import * # noqa
7+ from .util import * # noqa
78from .async_ import * # noqa
89from .adapter import * # noqa
You can’t perform that action at this time.
0 commit comments