Skip to content

Instantly share code, notes, and snippets.

@adamw
Created June 7, 2019 10:54
Show Gist options
  • Save adamw/bdded1646c9f2d17ca9a0a9b2689c875 to your computer and use it in GitHub Desktop.
Save adamw/bdded1646c9f2d17ca9a0a9b2689c875 to your computer and use it in GitHub Desktop.
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