YACLib
C++ library for concurrent tasks execution
|
Go to the source code of this file.
Classes | |
class | yaclib::detail::Yield |
Namespaces | |
namespace | yaclib |
namespace | yaclib::detail |
Variables | |
constexpr detail::Yield | yaclib::kYield |
Reschedule current job to it executor Useful for timeout checks, or if you job very big and doing only cpu not suspend work. | |