hunt.imf.io.context

Undocumented in source.

Members

Aliases

CloseHandler
alias CloseHandler = void delegate(Context context)
Undocumented in source.
OpenHandler
alias OpenHandler = void delegate(Context context)
Undocumented in source.
VoidHandler
alias VoidHandler = SimpleEventHandler
Undocumented in source.

Classes

Context
class Context
Undocumented in source.

Functions

close
void close(Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
context
Context context()
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
void sendMessage(Context context, int64_t message_id, M m, VoidHandler finish)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
void sendMessage(Context context, int64_t message_id, VoidHandler finish)
Undocumented in source. Be warned that the author may not have intended to support it.
setContext
void setContext(Context context)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

g_context
Context g_context;
Undocumented in source.

Meta