Runtime and thread_pool mostly done
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct thread_pool_t thread_pool_t;
|
||||
|
||||
thread_pool_t *thread_pool_create(size_t thread_count);
|
||||
|
||||
Reference in New Issue
Block a user