Silent 26ebf5b650
Improvements to WorkQueueThread
- Do not use a lambda for std::thread as invoke constructor exists
- Use simpler std::lock_guard wherever possible
- Do not require T to be default constructible
- Move T out of the queue instead of copying
2019-10-08 22:57:33 +02:00
..
2019-10-08 22:57:33 +02:00
2019-10-04 13:40:21 +10:00
2019-05-08 23:59:04 +02:00