tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SetUpForDisappointment
tagion
testbench
actor
supervisor
Supervisor Actor
version(none)
@
safe
struct
SetUpForDisappointment {
static
ChildHandle
childHandle
;
void
task
();
auto
failHandler
;
}
Members
Functions
task
void
task
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
childHandle
ChildHandle
childHandle
;
Undocumented in source.
Variables
failHandler
auto
failHandler
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
actor
supervisor
aliases
ChildHandle
FeatureContext
SupervisorHandle
reFatal
reRecoverable
classes
Fatal
Recoverable
SupervisorWithFailingChild
manifest constants
child_task_name
feature
supervisor_task_name
structs
SetUpForDisappointment
SetUpForFailure
Supervisor Actor