Created
June 6, 2014 11:57
-
-
Save renestein/8aa8245135ee1f76fd38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coroutine: 0 iteration 0 tid 1 | |
Coroutine: 1 iteration 0 tid 1 | |
Coroutine: 2 iteration 0 tid 1 | |
Coroutine: 0 before delay 0 tid 1 | |
Coroutine: 1 before delay 0 tid 1 | |
Coroutine: 2 before delay 0 tid 1 | |
Coroutine: 2 after delay 0 tid 1 | |
Coroutine: 2 before yield 0 tid 1 | |
Coroutine: 1 after delay 0 tid 1 | |
Coroutine: 1 before yield 0 tid 1 | |
Coroutine: 0 after delay 0 tid 1 | |
Coroutine: 0 before yield 0 tid 1 | |
Coroutine: 2 after yield 0 tid 1 | |
Coroutine: 2 iteration 1 tid 1 | |
Coroutine: 1 after yield 0 tid 1 | |
Coroutine: 1 iteration 1 tid 1 | |
Coroutine: 0 after yield 0 tid 1 | |
Coroutine: 0 iteration 1 tid 1 | |
Coroutine: 2 before delay 1 tid 1 | |
Coroutine: 1 before delay 1 tid 1 | |
Coroutine: 0 before delay 1 tid 1 | |
Coroutine: 0 after delay 1 tid 1 | |
Coroutine: 0 before yield 1 tid 1 | |
Coroutine: 1 after delay 1 tid 1 | |
Coroutine: 1 before yield 1 tid 1 | |
Coroutine: 2 after delay 1 tid 1 | |
Coroutine: 2 before yield 1 tid 1 | |
Coroutine: 0 after yield 1 tid 1 | |
Coroutine: 0 iteration 2 tid 1 | |
Coroutine: 1 after yield 1 tid 1 | |
Coroutine: 1 iteration 2 tid 1 | |
Coroutine: 2 after yield 1 tid 1 | |
Coroutine: 2 iteration 2 tid 1 | |
Coroutine: 0 before delay 2 tid 1 | |
Coroutine: 1 before delay 2 tid 1 | |
Coroutine: 2 before delay 2 tid 1 | |
Coroutine: 2 after delay 2 tid 1 | |
Coroutine: 2 before yield 2 tid 1 | |
Coroutine: 1 after delay 2 tid 1 | |
Coroutine: 1 before yield 2 tid 1 | |
Coroutine: 0 after delay 2 tid 1 | |
Coroutine: 0 before yield 2 tid 1 | |
Coroutine: 2 after yield 2 tid 1 | |
Coroutine: 2 work done. | |
Coroutine: 1 after yield 2 tid 1 | |
Coroutine: 1 work done. | |
Coroutine: 0 after yield 2 tid 1 | |
Coroutine: 0 work done. | |
All coroutines finished! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment