Created
June 7, 2019 20:08
-
-
Save adamw/a26e7ebc1857522babba842f0ba8d9ff 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 error") { | |
ae.guarantee(IO.shift(ec1)).guarantee(printThread) | |
} | |
/* | |
Outputs: | |
-- async shift error -- | |
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