[][src]Module ghost_actor::actor_builder

Us GhostActorBuilder to construct ghost actor tasks.

Structs

GhostActorBuilder

Construct a GhostActor by specifying which GhostEvents it handles. GhostSenders can also attach additional senders post-spawn, if the handler supports the given GhostEvent.

GhostActorChannelFactory

Allows attaching new GhostEvent channels to a GhostActor task.