autoformat ~master (2021-06-01T21:25:09Z)
Dub
Repo
makeStatefulTypedActor
my
actor
typed
Check that
Behavior
implement the actor interface
TActor
.
auto
makeStatefulTypedActor
(
TActor
StateT
Behavior
...
)
(
Aid
aid
,
StateT
state
)
if
(
isTypedActor
!
TActor
&&
typeCheck
!(1,
TActor
,
Behavior
)
)
Meta
Source
See Implementation
my
actor
typed
classes
StatefulActorRuntime
TypedActorRuntime
enums
isTypedActor
functions
actorBehaviorImpl
extend
makeStatefulTypedActor
makeTypedActor
statefulActorBehaviorImpl
typeCheck
interfaces
ActorRuntime
structs
TypedActor
Check that Behavior implement the actor interface TActor.