Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 6, 2016 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/fce06ca21262d22924cb to your computer and use it in GitHub Desktop.
Save zoffixznet/fce06ca21262d22924cb to your computer and use it in GitHub Desktop.
zoffix@zoffix-VirtualBox:~/GO$ for i in {1..20}; do perl6 -e 'my @x = start { sleep 1; 42 }; @x.push: start { sleep 1; 69 }; say @x».result'; done
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
[42 69]
zoffix@zoffix-VirtualBox:~/GO$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment