boost::corosio::io_stream::io_stream_impl
Platform‐specific stream implementation interface.
Synopsis
Declared in <boost/corosio/io_stream.hpp>
struct io_stream_impl
: io_object_impl
Description
Derived classes implement this interface to provide kernel‐level read and write operations for each supported platform (IOCP, epoll, kqueue, io_uring).
Member Functions
Name |
Description |
|
Initiate platform read operation. |
|
Release associated resources without closing. |
|
Initiate platform write operation. |
Derived Classes
| Name | Description |
|---|---|
Created with MrDocs