Searched defs:__destroy (Results 1 – 2 of 2) sorted by relevance
107 __impl(__coro::coroutine_handle<> __destroy, __coro::coroutine_handle<> __continue) { in __impl()116 # define STDEXEC_DESTROY_AND_CONTINUE(__destroy, __continue) \ argument119 # define STDEXEC_DESTROY_AND_CONTINUE(__destroy, __continue) (__destroy.destroy(), __continue) argument
67 void __destroy() noexcept { in __destroy() function in stdexec::__manual_lifetime