Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a rare std::bad_function_call exception
Since m_task was initialized after threads are created, there's a small time window where workers could encounter an uninitialized m_task. Possible complementary fix for #44
- Loading branch information