Skip to content

Commit

Permalink
doc: Remove unclear part of the clarification on IPC threading.
Browse files Browse the repository at this point in the history
Signed-off-by: Christine Caulfield <[email protected]>
  • Loading branch information
chrissie-c committed Apr 5, 2017
1 parent 60122a4 commit f38a877
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/mainpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@
* though having separate threads for each is supported.
*
* If you need to send on multiple threads then either use locking
* or create a separate connection for each thread. In practice this
* should not be a problem as multi-threaded sends will just end up with
* mixed-up replies.
* around the calls or create a separate connection for each thread.
*
*
* @par Client API
Expand Down

0 comments on commit f38a877

Please sign in to comment.