Main Page
Related Pages
Modules
Data Structures
Vortex Handlers: Handlers used across Vortex Library for async notifications.
VortexAsyncQueueForeach
VortexChannelFrameSize
VortexChannelPoolCreate
VortexChannelSelector
VortexConnectionAction
VortexConnectionNew
VortexConnectionOnChannelUpdate
VortexConnectionOnClose
VortexConnectionOnCloseFull
VortexConnectionOnPreRead
VortexIdleHandler
VortexIoAddToFdGroup
VortexIoClearFdGroup
VortexIoCreateFdGroup
VortexIoDestroyFdGroup
VortexIoDispatch
VortexIoDispatchFunc
VortexIoHaveDispatch
VortexIoIsSetFdGroup
VortexIoWaitOnFdGroup
VortexListenerReady
VortexListenerReadyFull
VortexLogHandler
VortexLogHandlerFull
VortexOnAcceptedConnection
VortexOnChannelCreated
VortexOnChannelPoolCreated
VortexOnCloseChannel
VortexOnClosedChannel
VortexOnClosedNotification
VortexOnClosedNotificationFull
VortexOnFinishHandler
VortexOnFrameReceived
VortexOnNotifyCloseChannel
VortexOnStartChannel
VortexOnStartChannelExtended
VortexPayloadFeederFinishedHandler
VortexPayloadFeederHandler
VortexPortShareHandler
VortexProfileMaskFunc
VortexReceiveHandler
VortexSendHandler
VortexThreadAsyncEvent
VortexThreadCreateFunc
VortexThreadDestroyFunc
typedef void(* VortexIoClearFdGroup)(axlPointer fd_set)
IO handler definition to allow defining the method to be invoked while clearing a fd set.
Parameters
VortexIoClearFdGroup
The fd_set, opaque to vortex, pointer to a structure representing the fd set to be clear.