atomic_threadpool icon indicating copy to clipboard operation
atomic_threadpool copied to clipboard

it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability

Results 1 atomic_threadpool issues
Sort by recently updated
recently updated
newest added

I removed the condition in for-loop in `threadpool_example.c` to make an infinite loop and then the used memory is continuously rising. Is it the normal situation? ``` c++ #include #if...