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

Static Public Member Functions

static void with_allow_abandoned_failed_futures (unsigned count, noncopyable_function< void()> func)
 
static void set_stall_detector_report_function (std::function< void()> report)
 
static std::function< void()> get_stall_detector_report_function ()
 

Member Function Documentation

◆ set_stall_detector_report_function()

static void seastar::reactor::test::set_stall_detector_report_function ( std::function< void()>  report)
static

Sets the stall reporting function which is called when a stall is detected (and not suppressed). Setting the function also resets the supression state.


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