Lifts a ZIO[R, E, R] into ZManaged[R, E, R] with no release action.
Lifts a ZIO[R, E, R] into ZManaged[R, E, R] with no release action. Use with care.
Lifts a ZIO[R, E, R] into ZManaged[R, E, R] with a release action.
Lifts a strict, pure value into a Managed.
Lifts a by-name, pure value into a Managed.
Unwraps a ZManaged that is inside a ZIO.