[Vm-dev] Where to get Monitor implementation based on primitives?

KenD Ken.Dickey at Whidbey.com
Mon Jan 18 16:06:20 UTC 2016


On Mon, 18 Jan 2016 11:22:15 +0100
Denis Kudriashov <dionisiydk at gmail.com> wrote:

> To choose better class name we should take into account how we will use it.
> Could you suggest names for #acquire and #release in context of your class
> name?
> ("locker acquire" is not good)
> 
> If people think that simple Lock is good for this purpose we can use it.


Perhaps better to think of an "access permission" than a "lock"

uniqueAccess acquire

accessPermission acquire

...?
-KenD


More information about the Vm-dev mailing list