async_pipe does not meet AsyncReadStream requirements
Open
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
The async_pipe class does not meet the requirements for an [AsyncReadStream](https://www.boost.org/doc/libs/1_75_0/doc/html/boost_asio/reference/AsyncReadStream.html). The get_executor() member should be implemented, probably to just return the executor of the underlying implementation. The impact is that async operations following the guidelines of posting work on the associated executor of the operation will not compile since this member is not available.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.