executor/fibers/scheduler/exe/coroutine/routine.hpp

10 lines
162 B
C++
Raw Normal View History

2024-04-22 15:02:31 +00:00
#pragma once
#include <wheels/support/function.hpp>
namespace exe::coroutine {
using Routine = wheels::UniqueFunction<void()>;
} // namespace exe::coroutine