C#C
C#2y ago
Knikedix

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.
Was this page helpful?