Created
June 7, 2019 10:54
-
-
Save adamw/bdded1646c9f2d17ca9a0a9b2689c875 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("Eval on") { | |
printThread *> cs1.evalOn(ec2)(printThread) *> printThread | |
} | |
/* | |
Outputs: | |
-- Eval on -- | |
main | |
ec2-1-1945604815 | |
ec1-1-274064559 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment