codac 2.0.0
Loading...
Searching...
No Matches
codac2_threading.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include <thread>
13
14
15
16namespace codac2
17{
18 int max_threads();
19 void set_nb_threads(int n);
20 int nb_threads();
21
22 namespace threading
23 {
24 inline int threads_used = 1;
25 }
26}
Definition codac2_OctaSym.h:21