We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebda50 commit f643551Copy full SHA for f643551
asio/include/asio/strand.hpp
@@ -72,6 +72,9 @@ namespace asio {
72
* happens-before the other. Therefore none of the above conditions are met and
73
* no ordering guarantee is made.
74
*
75
+ * @note The implementation makes no guarantee that handlers posted or
76
+ * dispatched through different @c strand objects will be invoked concurrently.
77
+ *
78
* @par Thread Safety
79
* @e Distinct @e objects: Safe.@n
80
* @e Shared @e objects: Safe.
0 commit comments