RosettaCodeData/Task/Mutex/Raku/mutex.raku
2023-07-01 13:44:08 -04:00

3 lines
56 B
Raku

my $lock = Lock.new;
$lock.protect: { your-ad-here() }