Open kekyo opened 6 years ago
Related #50
41cf424cffe5668d98fe0258ed1c012958b7f09f
Monitor lock feature implemented 🎉
It's bit difference handling.
Background: I think about we'll use monitor lock with custom allocated instances instead a string instance or same as.
// .NET can it, but we'll often don't this:
lock ("ABC")
{ ... }
lock (typeof(Hoge))
{ ... }
Basic features
Advanced features