YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yield.hpp File Reference
Include dependency graph for yield.hpp:

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.