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

weaver.IOGlobalResource.scala Maven / Gradle / Ivy

There is a newer version: 0.8.4
Show newest version
package weaver

import cats.effect.{ IO, Resource }

trait IOGlobalResource extends GlobalResourceF[IO] {
  def sharedResources(global: GlobalWrite): Resource[IO, Unit]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy