Make worker non-copyable and non-movable
Use workers via `unique_ptr` instead of using them as values. This gets rid of the weird worker semantics regarding construction and assignment.
Showing
Please register or sign in to comment
Use workers via `unique_ptr` instead of using them as values. This gets rid of the weird worker semantics regarding construction and assignment.