tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SendAMessageToAnActorYouDontOwn
tagion
testbench
actor
handler
Undocumented in source.
@
safe
@
Scenario
("send a message to an actor you don't own", [])
class
SendAMessageToAnActorYouDontOwn {
ActorHandle
super_actor_handler
;
ActorHandle
child_handler
;
Document
actorChild
();
Document
forChild
();
Document
toChild
();
Document
theMessage
();
Document
theSuper
();
}
Members
Functions
actorChild
Document
actorChild
()
Undocumented in source. Be warned that the author may not have intended to support it.
forChild
Document
forChild
()
Undocumented in source. Be warned that the author may not have intended to support it.
theMessage
Document
theMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
theSuper
Document
theSuper
()
Undocumented in source. Be warned that the author may not have intended to support it.
toChild
Document
toChild
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
child_handler
ActorHandle
child_handler
;
Undocumented in source.
super_actor_handler
ActorHandle
super_actor_handler
;
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