nn_pipe_recv

Receive a message from a pipe. 'msg' should not be initialised prior to the call. It will be initialised when the call succeeds.

  1. int nn_pipe_recv(nn_pipe* self, nn_msg* msg)
  2. int nn_pipe_recv(nn_pipe* self, nn_msg* msg)
  3. int nn_pipe_recv(nn_pipe* self, nn_msg* msg)
    @nogc nothrow extern (C) @system nothrow @nogc extern (C)
    int
    nn_pipe_recv

Meta