Skip to content

make lock spec a Class

Ralf Jung requested to merge ralf/lock-class into master

It was a Structure but somehow had a Hint Mode which makes no sense. atomic_heap, which actually has some clients, uses a Class, so let's make this a Class, too. I also added an example client to make sure this actually works.

Merge request reports