Skip to content

Instantly share code, notes, and snippets.

@chenharryhua
Created May 16, 2022 07:56
Show Gist options
  • Save chenharryhua/7d1d5bdc0f571153660520d7c49528d5 to your computer and use it in GitHub Desktop.
Save chenharryhua/7d1d5bdc0f571153660520d7c49528d5 to your computer and use it in GitHub Desktop.
for {
d <- IO.deferred[Int]
a <- d.complete(1)
b <- d.complete(2)
} yield (a, b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment