From 137fed790f34ab8081b156d188cb6a4ddc1e43dd Mon Sep 17 00:00:00 2001 From: Giacomo Camporini Date: Wed, 5 Jan 2022 11:40:06 +0100 Subject: [PATCH] Remove asyncio from TODOs Fixes #286 --- docs/README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index 180cd81..527f85a 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -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 `_) - Erlang-style supervisors via composed context managers