Function ntcore_sys::NT_CreateEntryListenerPoller [] [src]

pub unsafe extern "C" fn NT_CreateEntryListenerPoller(
    inst: NT_Inst
) -> NT_EntryListenerPoller

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