18 Task* m_task {
nullptr };
21template<di::concepts::Invocable F>
Definition preemption.h:9
~PreemptionDisabler()
Definition preemption.cpp:21
PreemptionDisabler(PreemptionDisabler &&other)
Definition preemption.h:13
PreemptionDisabler()
Definition preemption.cpp:8
Definition zstring_parser.h:9
constexpr auto exchange(T &object, U &&new_value) -> T
Definition exchange.h:8
constexpr auto invoke
Definition invoke.h:100
Definition cxx_init.cpp:12
auto with_preemption_disabled(F &&function) -> decltype(auto)
Definition preemption.h:22