We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReleasableResource.pure
Add ReleasableResource.pure
2.0.0-beta9
ReleasableResource.pure(resource: A): ReleasableResource[F, A]
So A doesn't have to be AutoCloseable as it's just a pure value.
A
AutoCloseable
The text was updated successfully, but these errors were encountered:
Close #542 - Add ReleasableResource.pure
c6d0754
f1e0fde
bd51b04
Merge pull request #543 from Kevin-Lee/task/542/add-ReleasableResourc…
48d0487
…e.pure Close #542 - Add `ReleasableResource.pure`
kevin-lee
Successfully merging a pull request may close this issue.
Summary
Add
ReleasableResource.pure
Version
2.0.0-beta9
Description
So
A
doesn't have to beAutoCloseable
as it's just a pure value.The text was updated successfully, but these errors were encountered: