Module cap

Source
Expand description

Capabilities used in various public APIs.

Traitsยง

CanOpenPort
CanOpenPort is a capability that confers the ability of hte holder to open local ports, which can then be used to receive messages.
CanResolveActorRef
CanResolveActorRef is a capability that confers the ability to resolve an ActorRef to a local ActorHandle if the actor is available locally.
CanSend
CanSend is a capabilty to confers the right of the holder to send messages to actors. CanSend is sealed and may only be implemented and accessed by this crate.
CanSpawn
CanSpawn is a capability that confers the ability to spawn a child actor.
CanSplitPort
CanOpenPort is a capability that confers the ability of the holder to split ports.