Module ghost_actor::actor_builder[][src]

Expand description

Us GhostActorBuilder to construct ghost actor tasks.

Structs

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

Allows attaching new GhostEvent channels to a GhostActor task.