selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Task
selery
world
task
Undocumented in source.
final
class
Task {
immutable
size_t
id
;
this
(size_t id, void delegate() task, size_t interval, size_t repeat, tick_t start);
bool
expired
[@property getter];
void
execute
(tick_t stick);
void
delegate
()
task
[@property getter];
}
Constructors
this
this
(size_t id, void delegate() task, size_t interval, size_t repeat, tick_t start)
Undocumented in source.
Members
Functions
execute
void
execute
(tick_t stick)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
expired
bool
expired
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
task
void
delegate
()
task
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
size_t
id
;
Undocumented in source.
Meta
Source
See Implementation
selery
world
task
classes
Task
TaskManager
enums
areValidTaskArgs