dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
ScopedActorException
my
actor
actor
The timeout triggered.
class
ScopedActorException : Exception {
this
(ScopedActorError err, string file, int line);
ScopedActorError
error
;
}
Constructors
this
this
(ScopedActorError err, string file, int line)
Undocumented in source.
Members
Variables
error
ScopedActorError
error
;
Undocumented in source.
Meta
Source
See Implementation
my
actor
actor
aliases
DefaultHandler
DownHandler
ErrorHandler
ExceptionHandler
ExitHandler
classes
ScopedActorException
enums
ActorState
ScopedActorError
functions
build
checkMatchingCtx
checkRefForContext
defaultErrorHandler
defaultExceptionHandler
defaultExitHandler
defaultHandler
impl
logAndDropHandler
logExceptionHandler
makeAction
makePromise
makeReply
makeRequest
scopedActor
structs
Action
Actor
Closure
Promise
ReplyHandlerTimeout
Request
RequestResult
ScopedActor
The timeout triggered.