Function ntcore_sys::NT_CreateConnectionListenerPoller [] [src]

pub unsafe extern "C" fn NT_CreateConnectionListenerPoller(
    inst: NT_Inst
) -> NT_ConnectionListenerPoller

Create a connection listener poller. A poller provides a single queue of poll events. Events linked to this poller (using NT_AddPolledConnectionListener()) will be stored in the queue and must be collected by calling NT_PollConnectionListener(). The returned handle must be destroyed with NT_DestroyConnectionListenerPoller(). @param inst instance handle @return poller handle