Check

Undocumented in source.

Constructors

this
this(Loop loop)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

handle
alias handle = Handle.handle
Undocumented in source.

Functions

initializeHandle
void initializeHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(CheckDelegate del)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

handle
uv_check_t* handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
started
bool started [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

once
Check once(void delegate(Check check) del, Loop loop)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Handle

initializeHandle
void initializeHandle()
Undocumented in source.
closeCleanup
void closeCleanup(bool async)
Undocumented in source. Be warned that the author may not have intended to support it.
ensureOpen
void ensureOpen(string callerName)
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
loop
Loop loop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
uv_handle_t* handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(bool async)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta