concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
Result.result
concurrency
Result
Undocumented in source.
Nullable
!(
Cancelled
,
Exception
)
result
;
Algebraic
!(
Value
!
T
,
Cancelled
,
Exception
)
result
;
struct
Result
(T)
static if
(!(
is(T == void)
))
Algebraic
!(
Value
!
T
,
Cancelled
,
Exception
)
result
;
Meta
Source
See Implementation
concurrency
Result
constructors
this
functions
assumeOk
error
isCancelled
isError
isOk
value
structs
Value
variables
result