Fix destructor race in Job

This commit is contained in:
Vinnie Falco
2016-02-19 19:08:24 -05:00
parent 92391332d7
commit 9ab5611c65
3 changed files with 40 additions and 30 deletions

View File

@@ -180,7 +180,7 @@ private:
//
// Invariants:
// <none>
void finishJob (Job const& job);
void finishJob (JobType type);
template <class Rep, class Period>
void on_dequeue (JobType type,