|
Seastar
High performance C++ framework for concurrent servers
|
Public Types | |
| using | tmp_buf = temporary_buffer< char > |
Public Member Functions | |
| data_source (std::unique_ptr< data_source_impl > dsi) noexcept | |
| data_source (data_source &&x) noexcept=default | |
| data_source & | operator= (data_source &&x) noexcept=default |
| future< tmp_buf > | get () noexcept |
| future< tmp_buf > | skip (uint64_t n) noexcept |
| future | close () noexcept |
Protected Member Functions | |
| data_source_impl * | impl () const |