MqContextC - various functions to work on a context … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqContextC_GetBuffer (MqContextC_ARGS) |
Ruby: → C-API get the MqContextS::ctxbuf object | |
static OT_ProcRet | rbmqmsgque_MqContextC_GetRoot (MqContextC_ARGS) |
Ruby: → C-API get the Root (toplevel initial context) | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbmqmsgque_MqContextC_ToString (MqContextC_ARGS) |
static OT_ProcRet | rbmqmsgque_MqContextC_Exit (MqContextC_ARGS) |
Ruby: → C-API delete the context and exit the current process or thread … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ProcessEvent (MqContextC_ARGS) |
Ruby: → C-API enter the event-loop and wait for an incoming service-request. … | |
MqContextC - various functions to work on a context …
|
static |
Ruby:
→ C-API int32 ctx.Exit(?callfunc:string="MK_NULL"?, ?callfile:string="MK_NULL"?, ?callline:int32=-1?)
delete the context and exit the current process or thread …
Definition at line 1542 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC ctx.GetBuffer()
get the MqContextS::ctxbuf object
Definition at line 1514 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API MqContextC ctx.GetRoot()
get the Root (toplevel initial context)
Definition at line 1525 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ProcessEvent(?wait:MqWaitOnEventE=NO?, ?timeout:MkTimeoutE|int32=DEFAULT?)
enter the event-loop and wait for an incoming service-request. …
Definition at line 1562 of file MqContextC_rb.c.
|
static |
Definition at line 1539 of file MqContextC_rb.c.