tibrvQueue_SetHook()
Function
Declaration
tibrv_statustibrvQueue_SetHook(
tibrvQueue eventQueue,
tibrvQueueHook eventQueueHook,
void* closure);
Purpose
Register an event queue hook function.
|
Parameter |
Description |
|
|
Attach the hook function to this queue. |
|
|
Call this hook function whenever an event arrives on the queue. |
|
|
Pass this closure data to the hook function. |