summaryrefslogtreecommitdiff
path: root/src/app_thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_thread.hpp')
-rw-r--r--src/app_thread.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app_thread.hpp b/src/app_thread.hpp
index e7bbf70..e45b1b2 100644
--- a/src/app_thread.hpp
+++ b/src/app_thread.hpp
@@ -53,7 +53,9 @@ namespace zmq
// Processes commands sent to this thread (if any). If 'block' is
// set to true, returns only after at least one command was processed.
- void process_commands (bool block_);
+ // If throttle argument is true, commands are processed at most once
+ // in a predefined time period.
+ void process_commands (bool block_, bool throttle_);
// Create a socket of a specified type.
class socket_base_t *create_socket (int type_);