Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Voldenet slicer: locks are the cheapest way to synchronize access to data in threads, but Promises (and vows) are thread safe 06:56
tellable6 Voldenet, I'll pass your message to slicer82
Voldenet so .vow.keep can be accessed by two threads at the same time and one will properly die with "already vowed" 07:27
and two threads can await the same promise 07:28