All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pidoveproject.showdown.client.sync.package.scala Maven / Gradle / Ivy

The newest version!
package io.github.pidoveproject.showdown.client.sync

import zio.*

extension [R, E <: Throwable, A](effect: ZIO[R, E, A])
  def runThrowFailure(runtime: Runtime[R]): A = Unsafe.unsafe { implicit unsafe =>
    runtime.unsafe.run(effect).getOrThrowFiberFailure()
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy