hunt v1.7.11 (2021-08-13T05:58:55Z)
Home
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.