hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
Task.ReturnType
hunt
util
TaskPool
Task
The return type of the function called by this
Task
. This can be
void
.
class
Task
(alias fun, Args...)
alias
ReturnType
=
typeof
(
fun
(
_args
))
Meta
Source
See Implementation
hunt
util
TaskPool
Task
aliases
ReturnType
constructors
this
functions
fixRef
onRun
variables
_args
returnVal
The return type of the function called by this Task. This can be void.