CC#•Created by Knikedix on 3/12/2024 in #help multi threaded gate lock OR
Using the Monitor class, is there a way to create a lock with n input values, which creates a lock for each value? First thought was to create the locks in a loop and map the objects to a key. This will potentionally lead to desdlocks so its not an option.