Seastar
High performance C++ framework for concurrent servers
Public Types | Public Member Functions | Protected Member Functions | List of all members
seastar::data_source Class Reference

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_sourceoperator= (data_source &&x) noexcept=default
 
future< tmp_bufget () noexcept
 
future< tmp_bufskip (uint64_t n) noexcept
 
future close () noexcept
 

Protected Member Functions

data_source_implimpl () const
 

The documentation for this class was generated from the following file: