Home
last modified time | relevance | path

Searched defs:inplace_stop_callback (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp177 class inplace_stop_callback : __stok::__inplace_stop_callback_base { class
181 explicit inplace_stop_callback(inplace_stop_token __token, _Fun2&& __fun) in inplace_stop_callback() function in stdexec::inplace_stop_callback
197 std::move(static_cast<inplace_stop_callback*>(cb)->__fun_)(); in __execute_impl_() local