Closed ilg-ul closed 6 years ago
The asserts used to catch cases when a thread terminates before releasing mutexes should be removed, real life appplications (like the dining philosophers) do not release the mutexes, and the application crashes.
fixed on 2018-03-23
The asserts used to catch cases when a thread terminates before releasing mutexes should be removed, real life appplications (like the dining philosophers) do not release the mutexes, and the application crashes.