YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
wakeup_helper.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace yaclib::detail::fiber {
4
5class FiberBase;
6
7void ScheduleFiber(FiberBase* fiber);
8
9} // namespace yaclib::detail::fiber
void ScheduleFiber(FiberBase *fiber)