Remove spinlock from threadpool task return
The idea to use atomic aligned to cache line for counting finished jobs is reused, but instead of polling a semaphore was added.
Edited by Bartosz Podrygajlo
Maintenance operation of our GitLab server is scheduled for Thursday, March 12, 2026, at 12:15 PM.
The idea to use atomic aligned to cache line for counting finished jobs is reused, but instead of polling a semaphore was added.