pika::future<void> resume_pool(
    pika::threads::thread_pool_base& pool)

Description

Resumes the thread pool. When the all OS threads on the thread pool have been resumed the returned future will be ready.

Declared at: libs/pika/thread_pool_util/include/pika/thread_pool_util/thread_pool_suspension_helpers.hpp:94

Parameters

pika::threads::thread_pool_base& pool

Returns

A `future <void >` which is ready when the thread pool has been resumed.