mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
TimeBomb
mecca
reactor
sync
time_bomb
Set a deadline for code execution
struct
TimeBomb {
this(this)
;
this
(Duration timeout);
~this
();
}
Constructors
this
this
(Duration timeout)
Construct and arm the time bomb
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Meta
Source
See Implementation
mecca
reactor
sync
time_bomb
classes
TimeBombExploded
structs
TimeBomb
Set a deadline for code execution