bama4 / simple-http-server

A simple lightweight HTTP server in C
0 stars 0 forks source link

Implement task #21

Open bama4 opened 2 years ago

bama4 commented 2 years ago

Description: Implemented a task pool that has a queue of tasks. The main thread of the task pool is responsible for checking the queue for new tasks that have entered the thread pool, dequeuing those tasks and executing the task as a non-blocking thread.

bama4 commented 2 years ago

Fixes: