Skip to content

Instantly share code, notes, and snippets.

@adamw
Created June 7, 2019 10:58
Show Gist options
  • Save adamw/7f68b486409f8381ff60faf29dff1e7a to your computer and use it in GitHub Desktop.
Save adamw/7f68b486409f8381ff60faf29dff1e7a to your computer and use it in GitHub Desktop.
run("async") {
printThread *> a *> printThread
}
/*
Outputs:
-- async --
main
ec3-1-785992331 (async)
ec3-1-785992331
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment