Function ntcore_sys::NT_CreateRpcCallPoller [] [src]

pub unsafe extern "C" fn NT_CreateRpcCallPoller(
    inst: NT_Inst
) -> NT_RpcCallPoller

Create a RPC call poller. Only valid to use on the server. A poller provides a single queue of poll events. Events linked to this poller (using NT_CreatePolledRpc()) will be stored in the queue and must be collected by calling NT_PollRpc() or NT_PollRpcTimeout(). The returned handle must be destroyed with NT_DestroyRpcCallPoller(). @param inst instance handle @return poller handle