| Signature | Description | Parameters |
static void
ThreadGranularity::set_thread_level(long n);
|
Adds n threads to the DataFrame static thread-pool. If n is negative, it terminates n threads in the thread-pool
|
n: Number of threads
|
static void
ThreadGranularity::set_optimum_thread_level();
|
It finds the number of active cores in your system, and adds that many threads to the DataFrame static thread-pool
|
|
static long
ThreadGranularity::get_thread_level();
|
It returns the current number of threads in DataFrame static thread-pool
|
|