Skip to content

1.2

Compare
Choose a tag to compare
@robinfriedli robinfriedli released this 18 Dec 02:56
· 5 commits to master since this release
refactor ReferenceCountedMutex

 - remove synchronisation when removing mutex from map since the mutex
   is only removed once when decrementing the rc to 0
   - this is now guaranteed since the rc cannot increment once reaching
     0 anymore