From 4d1a48a47b69b366327fee48976164108027caf9 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 11 Dec 2021 20:16:19 -0500 Subject: [PATCH] Link to inter-loop channel issue in readme --- docs/README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/README.rst b/docs/README.rst index 3a44d20..180cd81 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -417,6 +417,12 @@ Yes, we spawn a python process, run ``asyncio``, start ``trio`` on the ``asyncio`` loop, then send commands to the ``trio`` scheduled tasks to tell ``asyncio`` tasks what to do XD +We need help refining the `asyncio`-side channel API to be more +`trio`-like. Feel free to sling your opinion in `#273`_! + + +.. _#273: https://github.com/goodboy/tractor/issues/273 + Higher level "cluster" APIs --------------------------- @@ -594,6 +600,7 @@ channel`_! .. _blog post: https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/ .. _structured concurrency: https://en.wikipedia.org/wiki/Structured_concurrency .. _structured chadcurrency: https://en.wikipedia.org/wiki/Structured_concurrency +.. _structured concurrency: https://en.wikipedia.org/wiki/Structured_concurrency .. _unrequirements: https://en.wikipedia.org/wiki/Actor_model#Direct_communication_and_asynchrony .. _async generators: https://www.python.org/dev/peps/pep-0525/ .. _trio-parallel: https://github.com/richardsheridan/trio-parallel