1.1.0
What's Changed
- Added: A "reasync" initializer to
Result
(#15). This allows results to be initialized from async, throwing closures. - Fixed:
LockIsolated.withValue
is now@Sendable
to avoid a race condition (#13).
Full Changelog: 1.0.1...1.1.0