From 5eed85d5ddbe89c625c83e4e8ce10b89808c9bc4 Mon Sep 17 00:00:00 2001 From: Giacomo Camporini Date: Tue, 18 Jan 2022 14:25:08 +0100 Subject: [PATCH] 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