...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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. |