Skip to main content

Module runtime

Module runtime 

Source
Expand description

V0.2 coerce adapter runtime for the dactor actor framework.

Bridges dactor’s Actor/Handler<M>/ActorRef<A> API with coerce-rs’s actor system using type-erased dispatch.

Structs§

CoerceActorRef
A dactor ActorRef backed by a coerce LocalActorRef.
CoerceRuntime
A dactor v0.2 runtime backed by coerce-rs.
CoerceSystemActorRefs
References to the native coerce system actors spawned by the runtime.
SpawnOptions
Options for spawning an actor, including the inbound interceptor pipeline. Use ..Default::default() to future-proof against new fields.