#pragma once #include namespace exe::coroutine { using Routine = wheels::UniqueFunction; } // namespace exe::coroutine