Timer

Undocumented in source.

Constructors

this
this(Loop loop)
Undocumented in source.
this
this(uv_loop_t* ctx)
Undocumented in source.

Members

Functions

close
Promise!void close()
Undocumented in source. Be warned that the author may not have intended to support it.
start
DelegatePromiseIterator!int start(Duration start, Duration repeat)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

once
Promise!void once(uv_loop_t* ctx, Duration start)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

closePromise
DelegatePromise!void closePromise;
Undocumented in source.
self
uv_timer_t self;
Undocumented in source.
startPromise
DelegatePromiseIterator!int startPromise;
Undocumented in source.

Meta