boost::corosio::io_object::io_service
Service interface for I/O object lifecycle management.
Synopsis
Declared in <boost/corosio/io_object.hpp>
struct io_service;
Description
Platform backends implement this interface to manage the creation, opening, closing, and destruction of I/O object implementations.
Member Functions
Name |
Description |
|
Close the I/O object, releasing kernel resources. |
|
Construct a new implementation instance. |
|
Destroy the implementation, freeing memory. |
|
Open the I/O object for use. |
Created with MrDocs