Skip to content

Instantly share code, notes, and snippets.

@dnaumenko
Created February 11, 2020 12:40
Show Gist options
  • Save dnaumenko/35d9bdc84afe2b17bcc37e7dd5d1827b to your computer and use it in GitHub Desktop.
Save dnaumenko/35d9bdc84afe2b17bcc37e7dd5d1827b to your computer and use it in GitHub Desktop.
def initUnsafe[Ctx](value: Ctx): Context[Ctx] = {
Runtime({}, PlatformLive.Default).unsafeRun(Context.init(value))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment