From 627c514614d4f8611df097c148127527e54f9b18 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 24 Mar 2025 13:30:12 -0400 Subject: [PATCH] Add rendezvous proto link --- docs/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.rst b/docs/README.rst index 0117fcb4..e3bd9f84 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -675,6 +675,7 @@ channel`_! .. _cheap or nasty: https://zguide.zeromq.org/docs/chapter7/#The-Cheap-or-Nasty-Pattern .. _(un)protocol: https://zguide.zeromq.org/docs/chapter7/#Unprotocols .. _discovery: https://zguide.zeromq.org/docs/chapter8/#Discovery +.. _modern protocol: https://en.wikipedia.org/wiki/Rendezvous_protocol .. _messages: https://en.wikipedia.org/wiki/Message_passing .. _trio docs: https://trio.readthedocs.io/en/latest/ .. _blog post: https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/