hunt-extra v1.1.7 (2021-11-17T07:07:29Z)
Home
Dub
Repo
FuturePromise.then
hunt
concurrency
FuturePromise
FuturePromise
Undocumented in source. Be warned that the author may not have intended to support it.
FuturePromise
!
R
then
(R delegate() handler)
FuturePromise
!
R
then
(R delegate(T) handler)
class
FuturePromise
(T)
static if
(!(
is(T == void)
))
FuturePromise
!
R
then
(
R
)
(
R
delegate
(
T
)
handler
)
Meta
Source
See Implementation
hunt
concurrency
FuturePromise
FuturePromise
aliases
VoidHandler
constructors
this
functions
cancel
failed
get
id
isCancelled
isDone
succeeded
then
toString
variables
_thenFailedHandler
_thenSucceededHandler