-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
On a previously reported issue it was mentioned that there's no way to exit a UniqueThread. If an error occurs, the thread dies but it keeps the lock.
We should have some sort of UniqueThread::ExitError that a user can throw to terminate the thread AND liberate the lock.
Reactions are currently unavailable