You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new any_connection doesn't allow custom Stream types - it always uses detail::variant_stream. I'm not sure whether this is really required, since this stream is designed to cover almost all real use cases.
If your use case doesn't fit the default stream, please comment in this issue.
The text was updated successfully, but these errors were encountered:
Fixed a potential ODR violation with `asio::coroutine` under MSVC, manifesting as sporadic test failures under release configurations.
`any_stream` has been replaced by the internal `EngineStream` concept
and the `engine` interface.
`algo_runner` has been replaced by `top_level_algo`, improving algorithm
type-erasing
This change is required by #195 and beneficial for #75close#259
The new
any_connection
doesn't allow customStream
types - it always usesdetail::variant_stream
. I'm not sure whether this is really required, since this stream is designed to cover almost all real use cases.If your use case doesn't fit the default stream, please comment in this issue.
The text was updated successfully, but these errors were encountered: