yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
makeTask
yu
task
Undocumented in source. Be warned that the author may not have intended to support it.
auto
makeTask
(Alloc alloc, Args args)
auto
makeTask
(Alloc alloc, F delegateOrFp, Args args)
@
trusted
auto
makeTask
(
F
Alloc
Args
...
)
(
Alloc
alloc
,
F
delegateOrFp
,
Args
args
)
if
(
is
(
typeof
(
delegateOrFp
(
args
)))
)
Meta
Source
See Implementation
yu
task
classes
AbstractTask
Task
enums
TaskStatus
functions
makeTask
newTask
run
structs
TaskQueue