MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ CrossRoutine() [3/3]

MayaFlux::Vruta::CrossRoutine::CrossRoutine ( CrossRoutine &&  other)
noexcept

Definition at line 399 of file Routine.cpp.

400 : m_handle(std::exchange(other.m_handle, {}))
401{
402}
std::coroutine_handle< promise_type > m_handle
Definition Routine.hpp:726