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

◆ CrossRoutine() [2/3]

MayaFlux::Vruta::CrossRoutine::CrossRoutine ( const CrossRoutine other)

Definition at line 375 of file Routine.cpp.

376 : m_handle(other.m_handle)
377{
378 if (other.m_handle) {
379 m_handle = other.m_handle;
380 }
381}
std::coroutine_handle< promise_type > m_handle
Definition Routine.hpp:726

References m_handle.