tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
MySuperActor
tagion
testbench
actor
handler
Undocumented in source.
@
safe
struct
MySuperActor {
ActorHandle
childHandle
;
void
task
();
}
Members
Functions
task
void
task
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
childHandle
ActorHandle
childHandle
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
actor
handler
aliases
FeatureContext
classes
SendAMessageToAnActorYouDontOwn
manifest constants
child_task_name
feature
super_task_name
structs
MyActor
MySuperActor