Parallel Programming

Run Settings
LanguageRaku
Language Version
Run Command
my @nths = 4000, 5, 100, 2000; my @primes = gather for @nths -> $n { take start { (1 .. *).grep(*.is-prime)[$n]; } } .say for await @primes;
Editor Settings
Theme
Key bindings
Full width
Lines