Skip to content

Instantly share code, notes, and snippets.

@raymondtay
Created October 4, 2019 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raymondtay/bb5206abd83e5f5543e554dac6c011a5 to your computer and use it in GitHub Desktop.
Save raymondtay/bb5206abd83e5f5543e554dac6c011a5 to your computer and use it in GitHub Desktop.
object IO {
def cancelable[A](k: (Either[Throwable, A] => Unit) => CancelToken[IO]): IO[A]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment