rossvideo / Catena

Other
5 stars 1 forks source link

Mutex #80

Closed mejohnnaylor closed 6 months ago

mejohnnaylor commented 6 months ago

removed usage of recursive_mutex in favour of plain old mutex. Had to templatize functions that were used recursively with a tparam and made recursive calls . Should avoid a lot of busy locking and unlocking.