kiss ~master (2018-09-04T06:35:33Z)
Dub
Repo
makeTask
kiss
event
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
kiss
event
task
classes
AbstractTask
Task
enums
TaskStatus
functions
makeTask
newTask
run
structs
TaskQueue