boost::capy::strand::operator==
Compare two strands for equality.
Synopsis
Declared in <boost/capy/ex/strand.hpp>
bool
operator==(strand const& other) const noexcept;
Description
Two strands are equal if they share the same internal serialization state. Equal strands serialize coroutines with respect to each other.
Parameters
| Name | Description |
|---|---|
other |
The strand to compare against. |
Created with MrDocs