The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Task.ReturnType
std
parallelism
Task
The return type of the function called by this
Task
. This can be
void
.
import std.parallelism;
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.