Managed

org.typelevel.keypool.Managed
See theManaged companion object
final class Managed[F[_], A]

A managed Resource.

This knows whether it was reused or not, and has a reference that when it leaves the controlling scope will dictate whether it is shutdown or returned to the pool.

Attributes

Companion
object
Source
Managed.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

Attributes

Source
Managed.scala
val isReused: Boolean

Attributes

Source
Managed.scala
val value: A

Attributes

Source
Managed.scala