I’m a student currently working on my dissertation about Raku, for which I have decided to evaluate whether Raku (Perl 6) is a good language when dealing with high concurrency.
I haven't been able to find any papers about Raku's concurrency except for the official website. Also, I have no idea about how to evaluate Raku's concurrency (e.g., what program should I use, which language should be compared with Raku, etc.).
What concurrency mechanisms are provided by Raku? Where are these documented? How can their functionality and performance be evaluated?