Created
June 7, 2019 20:04
-
-
Save adamw/6fb5c45d938e8cdb70da5317012ddffc 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 shift") { | |
a *> IO.shift(ec1) *> printThread | |
} | |
/* | |
Outputs: | |
-- async shift -- | |
ec3-1-785992331 (async) | |
ec1-2-274064559 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment