|
C++ Actor Framework 1.0.0
|
Contains classes and utilities for transports that operate on raw octets. More...
Classes | |
| class | client_factory |
Factory for the with(...).connect(...).start(...) DSL. More... | |
| class | lower_layer |
| Provides access to a resource that operates on a byte stream, e.g., a TCP socket. More... | |
| class | policy |
| Configures a transport object. More... | |
| class | upper_layer |
| The upper layer requests bytes from the lower layer and consumes raw chunks of data. More... | |
| class | with_t |
Entry point for the with(...) DSL. More... | |
Enumerations | |
| enum class | errc { temporary , want_read , want_write , permanent } |
| Holds error codes for the octet_stream::transport. More... | |
Functions | |
| auto | with (actor_system &sys) |
| auto | with (multiplexer *mpx) |
Contains classes and utilities for transports that operate on raw octets.
|
strong |
Holds error codes for the octet_stream::transport.