Merge pull request #289 from houtenjack/remove_asyncio_todo

Remove asyncio from TODOs
drop_old_nooz_files
goodboy 2022-01-19 16:26:10 -05:00 committed by GitHub
commit 909c996346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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