Remove asyncio from TODOs

Fixes #286
drop_old_nooz_files
Giacomo Camporini 2022-01-05 11:40:06 +01:00
parent 96123f21d2
commit 137fed790f
1 changed files with 0 additions and 2 deletions

View File

@ -565,8 +565,6 @@ What's on the TODO:
-------------------
Help us push toward the future.
- (Soon to land) ``asyncio`` support allowing for "infected" actors where
`trio` drives the `asyncio` scheduler via the astounding "`guest mode`_"
- Typed messaging protocols (ex. via ``msgspec``, see `#36
<https://github.com/goodboy/tractor/issues/36>`_)
- Erlang-style supervisors via composed context managers