summaryrefslogtreecommitdiff
path: root/src/i_poller.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_poller.hpp')
-rw-r--r--src/i_poller.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/i_poller.hpp b/src/i_poller.hpp
index 52ca095..2665e82 100644
--- a/src/i_poller.hpp
+++ b/src/i_poller.hpp
@@ -75,13 +75,8 @@ namespace zmq
// This method is called from a foreign thread.
virtual void start () = 0;
- // Ask underlying I/O thread to stop. This method is called from
- // underlying thread (callback from io_thread object).
+ // Ask underlying I/O thread to stop.
virtual void stop () = 0;
-
- // Wait for termination of undelying I/O thread.
- // This method is called from a foreign thread.
- virtual void join () = 0;
};
}