Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: Perl6 Threads

by moritz (Cardinal)
on May 04, 2016 at 19:46 UTC ( [id://1162234]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Perl6 Threads
in thread Perl6 Threads

Please try a more recent Rakudo with the MoarVM (default) backend. I recommend 2016.04, but anything from 2016 should work.

moritz@pete:~$ perl6 -e 'my $thread = Thread.start({ for 1 .. 10 -> $v + { say $v }});' 1 2 3 4 5 6 7 8 9 10 moritz@pete:~$ perl6 --version This is Rakudo version 2016.04-32-g4232204 built on MoarVM version 201 +6.04 implementing Perl 6.c.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1162234]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-28 23:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found