KiCad PCB EDA Suite
Loading...
Searching...
No Matches
thread_pool.h File Reference
#include <bs_thread_pool.hpp>

Go to the source code of this file.

Macros

#define INCLUDE_THREAD_POOL_H_
 

Typedefs

using thread_pool = BS::thread_pool
 

Functions

thread_poolGetKiCadThreadPool ()
 Get a reference to the current thread pool.
 

Macro Definition Documentation

◆ INCLUDE_THREAD_POOL_H_

#define INCLUDE_THREAD_POOL_H_

Definition at line 26 of file thread_pool.h.

Typedef Documentation

◆ thread_pool

using thread_pool = BS::thread_pool

Definition at line 30 of file thread_pool.h.

Function Documentation

◆ GetKiCadThreadPool()