Main Page
Related Pages
Modules
Data Structures
Vortex IO: Vortex Library IO abstraction layer
vortex_io_waiting_get_current
vortex_io_waiting_invoke_dispatch
vortex_io_waiting_invoke_have_dispatch
vortex_io_waiting_is_available
vortex_io_waiting_set_add_to_fd_group
vortex_io_waiting_set_clear_fd_group
vortex_io_waiting_set_create_fd_group
vortex_io_waiting_set_destroy_fd_group
vortex_io_waiting_set_dispatch
vortex_io_waiting_set_have_dispatch
vortex_io_waiting_set_is_set_fd_group
vortex_io_waiting_set_wait_on_fd_group
vortex_io_waiting_use
void vortex_io_waiting_set_have_dispatch
(
VortexCtx
*
ctx
,
VortexIoHaveDispatch
have_dispatch
)
Allows to configure the "have dispatch" function.
Parameters:
ctx
The context where the operation will be performed.
have_dispatch
The handler to be executed by the vortex I/O module to check if the current mechanism support automatic dispatch.