Ynho

Results 1 comments of Ynho

@Jamesluo1 If there are more jobs waiting in the queue, the semaphore value should be always `1`. ```c static void jobqueue_push(jobqueue *jobqueue_p, struct job *newjob) { // ... bsem_post(jobqueue_p->has_jobs); //...