ReleaseMap

object ReleaseMap
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Creates a new ReleaseMap.

Creates a new ReleaseMap.

def makeManaged(executionStrategy: ExecutionStrategy): ZManaged[Any, Nothing, ReleaseMap]

Construct a ReleaseMap wrapped in a ZManaged. The ReleaseMap will be released with the specified ExecutionStrategy as the release action for the resulting ZManaged.

Construct a ReleaseMap wrapped in a ZManaged. The ReleaseMap will be released with the specified ExecutionStrategy as the release action for the resulting ZManaged.