diff options
Diffstat (limited to 'src/logos/threadpool.h')
-rw-r--r-- | src/logos/threadpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logos/threadpool.h b/src/logos/threadpool.h index fbe43d6..2cd70fd 100644 --- a/src/logos/threadpool.h +++ b/src/logos/threadpool.h @@ -93,4 +93,4 @@ bool threadpool_add_task(threadpool *pool, tpool_task_start do_task, void threadpool_process_results(threadpool *pool, int num_to_process); -u32 Tpool_GetNumWorkers(); // how many threads are we using
\ No newline at end of file +u32 Tpool_GetNumWorkers(); // how many threads are we using
\ No newline at end of file |