The async_pipe class does not meet the requirements for an AsyncReadStream. 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.