Rendezvous: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: fix up Perl 6 -> Raku in comments, minor update)
Line 1,236: Line 1,236:
(formerly Perl 6)
(formerly Perl 6)


Perl 6 has no built-in support for rendezvous. I tried to simulate it using message passing and a lock - not sure if that counts.
Raku has no built-in support for rendezvous. Simulated using message passing and a lock. May be slightly bogus.


{{works with|Rakudo|2016.08}}
{{works with|Rakudo|2016.08}}