mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
checking for available messages added to ypipe/pipe
This commit is contained in:
@@ -42,6 +42,9 @@ namespace zmq
|
||||
|
||||
void set_endpoint (i_endpoint *endpoint_);
|
||||
|
||||
// Returns true if there is at least one message to read in the pipe.
|
||||
bool check_read ();
|
||||
|
||||
// Reads a message to the underlying pipe.
|
||||
bool read (zmq_msg_t *msg_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user