Seastar
High performance C++ framework for concurrent servers
|
Mostly-internal APIs to provide C++ glue for the underlying POSIX platform; but can be used by the application when they don't block.
Classes | |
struct | seastar::mmap_deleter |
class | seastar::file_desc |
class | seastar::posix_thread |
Typedefs | |
using | seastar::mmap_area = std::unique_ptr< char[], mmap_deleter > |