25#include <seastar/util/noncopyable_function.hh>
26#include <seastar/util/modules.hh>
33SEASTAR_MODULE_EXPORT_BEGIN
64SEASTAR_MODULE_EXPORT_END
Seastar API namespace.
Definition: abort_on_ebadf.hh:26
void set_idle_cpu_handler(idle_cpu_handler &&handler)
idle_cpu_handler_result
Definition: idle_cpu_handler.hh:37
@ interrupted_by_higher_priority_task
A call to the work_waiting_on_reactor parameter to idle_cpu_handler returned true
@ no_more_work
The user callback has no more work to perform.
Definition: noncopyable_function.hh:37