@@ -30,15 +30,15 @@ A number of functions deprecated since 0.10.0 are now removed:
30
30
================================================= =============================================
31
31
Removed Replacement
32
32
================================================= =============================================
33
- ``wrap_generator `` :func: `aio_as_trio(proc(*args))<aio_as_trio> `
34
- ``run_iterator `` :func: `aio_as_trio(aiter)<aio_as_trio> `
35
- ``trio2aio `` :func: `~ aio_as_trio `
36
- ``aio2trio `` :func: `~ trio_as_aio `
37
- ``run_future `` ``TrioEventLoop.run_future `` :func: `~ run_aio_future `
38
- ``run_coroutine `` ``TrioEventLoop.run_coroutine `` :func: `~ run_aio_coroutine `
39
- ``wrap_trio_context `` :func: `trio_as_aio(ctx)<trio_as_aio> `
40
- ``TrioEventLoop.run_trio `` :func: `trio_as_aio(proc)(*args)<trio_as_aio> `
41
- ``run_asyncio `` :func: `aio_as_trio(proc)(*args)<aio_as_trio> `
33
+ ``wrap_generator(proc, *args) `` :func: `aio_as_trio(proc(*args))<aio_as_trio> `
34
+ ``run_iterator(aiter) `` :func: `aio_as_trio(aiter)<aio_as_trio> `
35
+ ``trio2aio `` :func: `aio_as_trio `
36
+ ``aio2trio `` :func: `trio_as_aio `
37
+ ``run_future `` ``TrioEventLoop.run_future `` :func: `run_aio_future `
38
+ ``run_coroutine `` ``TrioEventLoop.run_coroutine `` :func: `run_aio_coroutine `
39
+ ``wrap_trio_context(ctx) `` :func: `trio_as_aio(ctx)<trio_as_aio> `
40
+ ``TrioEventLoop.run_trio(proc, *args) `` :func: `trio_as_aio(proc)(*args)<trio_as_aio> `
41
+ ``run_asyncio(proc, *args) `` :func: `aio_as_trio(proc)(*args)<aio_as_trio> `
42
42
================================================= =============================================
43
43
44
44
Miscellaneous
0 commit comments