Runtime and thread_pool mostly done

This commit is contained in:
2025-06-20 23:50:54 +01:00
parent 0be61851a4
commit 2ee6960223
7 changed files with 154 additions and 27 deletions

View File

@ -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);