tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SendMessageBetweenTwoChildren
tagion
testbench
actor
message
Undocumented in source.
@
safe
@
Scenario
("send message between two children", [])
class
SendMessageBetweenTwoChildren {
ActorHandle
supervisorHandle
;
ActorHandle
childHandleUno
;
ActorHandle
childHandleDos
;
Document
actorsChild1AndChild2
();
Document
theChild1AndChild2
();
Document
backToTheSuper
();
Document
stopTheSuper
();
}
Members
Functions
actorsChild1AndChild2
Document
actorsChild1AndChild2
()
Undocumented in source. Be warned that the author may not have intended to support it.
backToTheSuper
Document
backToTheSuper
()
Undocumented in source. Be warned that the author may not have intended to support it.
stopTheSuper
Document
stopTheSuper
()
Undocumented in source. Be warned that the author may not have intended to support it.
theChild1AndChild2
Document
theChild1AndChild2
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
childHandleDos
ActorHandle
childHandleDos
;
Undocumented in source.
childHandleUno
ActorHandle
childHandleUno
;
Undocumented in source.
supervisorHandle
ActorHandle
supervisorHandle
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
actor
message
aliases
FeatureContext
classes
MessageBetweenSupervisorAndChild
SendMessageBetweenTwoChildren
manifest constants
child1_task_name
child2_task_name
feature
supervisor_task_name
structs
MyActor
MySuperActor