Created
June 7, 2019 11:06
-
-
Save adamw/f0c514ca1c2a9942b11c92e421294518 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
run("async 2") { | |
(printThread *> a *> printThread).on(ec1) | |
} | |
/* | |
Outputs: | |
-- async 2 -- | |
ec1-1-716083600 | |
ec3-1-1627960023 (async) | |
ec1-1-716083600 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment