Replies: 5 comments
|
No, publishing an event is currently not thread-safe. Nor are any of where You might also be able use mutexes to serialize the Please note that if you have several I have an open issue #89 to consider making |
|
ok, thanks for your explanation. I guess to call a remote procedure is not thread-safe as well. |
|
Like I said, none of the public |
|
You may find this question, and this Google Groups discussion to be informative. |
|
v0.10.0 now has thread-safe method overloads for It's also now possible to pass the It's also now possible to use |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Just a question about integrating cppwap library into a multithreaded app.
publish an event is a thread safe? how could be the library use when it is integrated in a multi-thread app?
Thanks
All reactions