tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
MessageTimeout
tagion
testbench
actor
util
Exception sent when the actor gets a message that it doesn't handle
@
safe
class
MessageTimeout :
ActorException
{
this
(immutable(char)[] msg, string file, size_t line);
}
Constructors
this
this
(immutable(char)[] msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
actor
util
classes
MessageTimeout
functions
receiveOnlyTimeout
Exception sent when the actor gets a message that it doesn't handle