mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Destruction of session is delayed till both in & out pipes are closed
This commit is contained in:
@@ -67,10 +67,6 @@ namespace zmq
|
||||
// Ask pipe to terminate.
|
||||
void terminate ();
|
||||
|
||||
// Returns true if the pipe is already terminating
|
||||
// (say if delimiter was already read).
|
||||
bool is_terminating ();
|
||||
|
||||
private:
|
||||
|
||||
reader_t (class object_t *parent_, pipe_t *pipe_, uint64_t lwm_);
|
||||
|
||||
Reference in New Issue
Block a user