Module ractor::port

source ·
Expand description

Port implementations for signaling and reception of messages in the Ractor environment

Most of the ports we utilize are direct aliases of tokio’s channels (in the sync feature of the crate), however there are some helpful wrappers and utilities to make working with mailbox processing in ractor easier in the actor framework.

Re-exports§

Modules§

  • Output ports for publish-subscribe notifications between actors

Structs§