Skip to content

Instantly share code, notes, and snippets.

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