tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SendATaskFailureToAnActor
tagion
testbench
actor
taskfailure
Undocumented in source.
@
safe
@
Scenario
("Send a TaskFailure to an actor", [])
class
SendATaskFailureToAnActor {
ActorHandle
myActor
;
Document
anActor
();
Document
actorHasStarted
();
Document
toTheActor
();
Document
theMainThread
();
Document
stopTheActor
();
}
Members
Functions
actorHasStarted
Document
actorHasStarted
()
Undocumented in source. Be warned that the author may not have intended to support it.
anActor
Document
anActor
()
Undocumented in source. Be warned that the author may not have intended to support it.
stopTheActor
Document
stopTheActor
()
Undocumented in source. Be warned that the author may not have intended to support it.
theMainThread
Document
theMainThread
()
Undocumented in source. Be warned that the author may not have intended to support it.
toTheActor
Document
toTheActor
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
myActor
ActorHandle
myActor
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
actor
taskfailure
aliases
FeatureContext
classes
SendATaskFailureToAnActor
manifest constants
actor_task
feature
structs
MyActor