phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Task.ReturnType
std
parallelism
Task
The return type of the function called by this
Task
. This can be
void
.
struct
Task
(alias fun, Args...)
alias
ReturnType
=
typeof
(
fun
(
_args
))
Meta
Source
See Implementation
std
parallelism
Task
aliases
ReturnType
args
functions
executeInNewThread
properties
done
spinForce
workForce
yieldForce
The return type of the function called by this Task. This can be void.