object HotswapRef
- Companion:
- class
Value members
Concrete methods
def apply[F[_], R](initial: Resource[F, R])(implicit F: Concurrent[F]): Resource[F, HotswapRef[F, R]]
Creates a new HotswapRef initialized with the specified resource. The HotswapRef instance is returned within a cats.effect.kernel.Resource
Creates a new HotswapRef initialized with the specified resource. The HotswapRef instance is returned within a cats.effect.kernel.Resource