hunt ~master (2022-04-01T03:44:56Z)
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.