template <typename Predicate>
void yield_while(
Predicate&& predicate,
const char* thread_name = nullptr,
bool allow_timed_suspension = true)
template <typename Predicate>
void yield_while(
Predicate&& predicate,
const char* thread_name = nullptr,
bool allow_timed_suspension = true)Declared at: libs/pika/execution_base/include/pika/execution_base/this_thread.hpp:70
Parameters
- Predicate&& predicate
- const char* thread_name = nullptr
- bool allow_timed_suspension = true