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

◆ FreeRoutine() [3/3]

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

Definition at line 585 of file Routine.cpp.

586 : m_handle(std::exchange(other.m_handle, {}))
587{
588}
std::coroutine_handle< promise_type > m_handle
Definition Routine.hpp:811