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

Public Types

using entry = std::variant< shared_backtrace, task_entry >
 
using vector_type = boost::container::static_vector< entry, 16 >
 

Public Member Functions

 tasktrace (simple_backtrace main, vector_type prev, size_t prev_hash, scheduling_group sg) noexcept
 
 tasktrace (const tasktrace &)=default
 
tasktraceoperator= (const tasktrace &)=default
 
size_t hash () const noexcept
 
char delimeter () const noexcept
 
bool operator== (const tasktrace &o) const noexcept
 
bool operator!= (const tasktrace &o) const noexcept
 

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