Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. perl6 -e 'my @rand = rand xx 20; await do for ^20 { start { say "$_.."; @rand[$_].sleep; say "$_ is done" } } '
  2. 0..1..
  3.  
  4. 2..
  5. 3..
  6. 4..
  7. 5..
  8. 6..
  9. 7..
  10. 8..
  11. 9..
  12. 10..
  13. Unhandled exception in code scheduled on thread 4607270912Unhandled exception in code scheduled on thread 4598345728Unhandled exception in code scheduled on thread 4580495360Unhandled exception in code scheduled on thread 4616196096
  14. Unhandled exception in code scheduled on thread 4589420544
  15.  
  16.  
  17.  
  18. 11..
  19. 12..
  20. Unhandled exception in code scheduled on thread 4571570176
  21. Unhandled exception in code scheduled on thread 4625121280
  22. 13..
  23. Unhandled exception in code scheduled on thread 4634046464
  24. 14..
  25. Unhandled exception in code scheduled on thread 4642971648
  26. 15..
  27. Unhandled exception in code scheduled on thread 4651896832
  28. Unhandled exception in code scheduled on thread 4660838400
  29. Unhandled exception in code scheduled on thread 4669763584
  30. Unhandled exception in code scheduled on thread 4678688768Unhandled exception in code scheduled on thread 4687613952
  31. Unhandled exception in code scheduled on thread 4696690688
  32.  
  33. 16..
  34. 17..
  35. 18..
  36. 19..
  37. Type check failed in binding exception; expected 'Any' but got 'Mu'
  38. in method break at src/gen/m-CORE.setting:18662
  39. in block at src/gen/m-CORE.setting:18770
  40. in block at src/gen/m-CORE.setting:18573
  41. in any at /Users/ec/.rakudobrew/moar-HEAD/install/languages/perl6/runtime/CORE.setting.moarvm:1
  42. in block at -e:1
  43. in block at src/gen/m-CORE.setting:18769
  44. in block at src/gen/m-CORE.setting:18573
  45. in block at src/gen/m-CORE.setting:18506
  46. in block at src/gen/m-CORE.setting:18497
  47.  
  48. Type check failed in binding exception; expected 'Any' but got 'Mu'
  49. in method break at src/gen/m-CORE.setting:18662
  50. in block at src/gen/m-CORE.setting:18770
  51. in block at src/gen/m-CORE.setting:18573
  52. in any at /Users/ec/.rakudobrew/moar-HEAD/install/languages/perl6/runtime/CORE.setting.moarvm:1
  53. in block at -e:1
  54. in block at src/gen/m-CORE.setting:18769
  55. in block at src/gen/m-CORE.setting:18573
  56. in block at src/gen/m-CORE.setting:18506
  57. in block at src/gen/m-CORE.setting:18497
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement