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-05-15 19:28:04 +02:00
2019-09-14 14:08:13 -07:00
2019-05-15 19:28:04 +02:00
2019-04-10 10:46:49 +02:00