Skip to content

Instantly share code, notes, and snippets.

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