![]() |
Home | Libraries | People | FAQ | More |
Construct a stream.
stream( boost::asio::io_context& ioc, fail_count& fc);
The stream will be created in a disconnected state.
Name |
Description |
---|---|
|
The |
|
The fail_count to associate with the stream. Each I/O operation performed on the stream will increment the fail count. When the fail count reaches its internal limit, a simulated failure error will be raised. |