From adc8e5c009571a4d86422e94eec36ee97c847ab9 Mon Sep 17 00:00:00 2001 From: Giacomo Camporini Date: Wed, 19 Jan 2022 09:24:08 +0100 Subject: [PATCH] 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