Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
984c2e94
Commit
984c2e94
authored
Oct 18, 2013
by
Laurent Alebarde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix inzmq_proxy_steerable doc
parent
99b13638
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
zmq_proxy_steerable.txt
doc/zmq_proxy_steerable.txt
+0
-3
No files found.
doc/zmq_proxy_steerable.txt
View file @
984c2e94
...
@@ -20,9 +20,6 @@ current application thread, as _zmq_proxy()_ do. Please, refer to this function
...
@@ -20,9 +20,6 @@ current application thread, as _zmq_proxy()_ do. Please, refer to this function
for the general description and usage. We describe here only the additional
for the general description and usage. We describe here only the additional
control flow provided by the socket passed as the fourth argument "control".
control flow provided by the socket passed as the fourth argument "control".
_zmq_proxy()_ runs in the current thread and returns only if/when the current
context is closed.
If the control socket is not NULL, the proxy supports control flow. If
If the control socket is not NULL, the proxy supports control flow. If
'SUSPEND\0' is received on this socket, the proxy suspends its activities. If
'SUSPEND\0' is received on this socket, the proxy suspends its activities. If
'RESUME\0' is received, it goes on. If 'TERMINATE\0' is received, it terminates
'RESUME\0' is received, it goes on. If 'TERMINATE\0' is received, it terminates
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment