Seastar
High performance C++ framework for concurrent servers
|
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 () |
|
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.