Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created February 3, 2015 13:07
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 rightfold/3603bdbd3d366e0cf267 to your computer and use it in GitHub Desktop.
Save rightfold/3603bdbd3d366e0cf267 to your computer and use it in GitHub Desktop.
kim-jong-deux :: ~ % cat thread.pm6 1 ↵
BEGIN {
start {
sleep 5;
say "A";
};
}
say "B";
kim-jong-deux :: ~ % time perl6 thread.pm6
B
perl6 thread.pm6 0.27s user 0.03s system 99% cpu 0.302 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment