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

weaver.Blocking.scala Maven / Gradle / Ivy

The newest version!
package weaver

private[weaver] trait BlockerCompat[F[_]] {
  def block[A](thunk: => A): F[A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy