Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 5, 2018 23:16
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 Whateverable/08bfcf793f4bde0fe814d8484f8e9232 to your computer and use it in GitHub Desktop.
Save Whateverable/08bfcf793f4bde0fe814d8484f8e9232 to your computer and use it in GitHub Desktop.
evalable6
%*ENV<RAKUDO_SCHEDULER_DEBUG> = 1; run <perl6 -e>, 「await do for ^10 { start { sleep 1; say now } }; say now - INIT now」
[SCHEDULER 26416] Created initial general worker thread
Instant:1544051817.452081
Instant:1544051817.46457
Instant:1544051817.474932
Instant:1544051817.485195
Instant:1544051817.495485
Instant:1544051817.505797
Instant:1544051817.516154
Instant:1544051817.52646
Instant:1544051817.543846
Instant:1544051817.554259
1.10811084
[SCHEDULER 26416] Supervisor started
[SCHEDULER 26416] Supervisor thinks there are 8 CPU cores
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Heuristic low utilization deadlock situation detected
[SCHEDULER 26416] Added a general worker thread
[SCHEDULER 26416] Heuristic low utilization deadlock situation detected
[SCHEDULER 26416] Added a general worker thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment