RosettaCodeData/Task/Mutex/Oz/mutex-3.oz

10 lines
95 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class Test
prop locking
meth test
lock
{Show exclusive}
end
end
end