github zio/zio v2.1.2
2.1.2

latest releases: v2.1.4, 2.1.4, v2.1.3...
22 days ago

This minor release contains various bug fixes, performance improvements and quality of life improvements.

One notable addition is a new runtime flag called EagerShiftBack to force shifting back to the default executor immediately after running a blocking computation (currently it stays on the blocking threadpool until the next yield or the fiber terminates). It is disabled by default so there is no change in behavior compared to older versions.

What's Changed

Other changes (CI, dependencies and documentation)

New Contributors

Full Changelog: v2.1.1...v2.1.2

Don't miss a new zio release

NewReleases is sending notifications on new releases.