This commit is contained in:
Nikolaj
2021-10-27 13:50:32 +02:00
parent 456adc7611
commit 282a9a0f77
5 changed files with 21 additions and 18 deletions

View File

@ -6,7 +6,7 @@
struct job_queue {
int capacity;
int size;
void* jobs;
void** jobs;
};
// Initialise a job queue with the given capacity. The queue starts out