From 137fed790f34ab8081b156d188cb6a4ddc1e43dd Mon Sep 17 00:00:00 2001 From: Giacomo Camporini Date: Wed, 5 Jan 2022 11:40:06 +0100 Subject: [PATCH 1/3] 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 From 5eed85d5ddbe89c625c83e4e8ce10b89808c9bc4 Mon Sep 17 00:00:00 2001 From: Giacomo Camporini Date: Tue, 18 Jan 2022 14:25:08 +0100 Subject: [PATCH 2/3] Added asyncio with trio guest mode feature in feature list --- docs/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.rst b/docs/README.rst index 527f85a..d9642d2 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -29,6 +29,8 @@ Features primitives - Support for spawning process-level-SC, inter-loop one-to-one-task oriented ``asyncio`` actors via "infected ``asyncio``" mode +- ``asyncio`` support for "infected" actors where + `trio` drives the `asyncio` scheduler via ``trio``'s "`guest mode`_" - `structured chadcurrency`_ from the ground up From adc8e5c009571a4d86422e94eec36ee97c847ab9 Mon Sep 17 00:00:00 2001 From: Giacomo Camporini Date: Wed, 19 Jan 2022 09:24:08 +0100 Subject: [PATCH 3/3] Revert "Added asyncio with trio guest mode feature in feature list" This reverts commit 5eed85d5ddbe89c625c83e4e8ce10b89808c9bc4. --- docs/README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index d9642d2..527f85a 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -29,8 +29,6 @@ Features primitives - Support for spawning process-level-SC, inter-loop one-to-one-task oriented ``asyncio`` actors via "infected ``asyncio``" mode -- ``asyncio`` support for "infected" actors where - `trio` drives the `asyncio` scheduler via ``trio``'s "`guest mode`_" - `structured chadcurrency`_ from the ground up