autoformat ~master (2021-06-01T21:25:09Z)
Dub
Repo
makeTypedActor
my
actor
typed
Check that
Behavior
implement the actor interface
TActor
.
auto
makeTypedActor
(
TActor
Behavior
...
)
(
Aid
aid
)
if
(
isTypedActor
!
TActor
&&
typeCheck
!(0,
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.