zio-managed
Members list
Packages
package zio.managed
The Managed
library provides the ZManaged
data type for backward compatibility after the introduction of scopes. For the best experience, import zio.managed._
to get access to extension methods on ZIO data types that convert to and from ZManaged
values. This will give you the smoothest possible experience until you are able to upgrade to using scopes directly.
The Managed
library provides the ZManaged
data type for backward compatibility after the introduction of scopes. For the best experience, import zio.managed._
to get access to extension methods on ZIO data types that convert to and from ZManaged
values. This will give you the smoothest possible experience until you are able to upgrade to using scopes directly.
Attributes
In this article