Skip to content

ActorRef

casty.ActorRef

Bases: Protocol

Typed handle to an actor, used for fire-and-forget messaging.

id property

tell(msg)

casty.BroadcastRef dataclass

Bases: RemoteActorRef[M]

__init__(address, _transport)

casty.RemoteActorRef dataclass

Concrete ref for remote actors, carrying address + transport.

address instance-attribute

id property

tell(msg)

__reduce__()

__init__(address, _transport)