scala.util.Using.Releasable
See theReleasable companion objectA type class describing how to release a particular type of resource.
A resource is anything which needs to be released, closed, or otherwise cleaned up in some way after it is finished being used, and for which waiting for the object's garbage collection to be cleaned up would be unacceptable. For example, an instance of java.io.OutputStream would be considered a resource, because it is important to close the stream after it is finished being used.
An instance of Releasable
is needed in order to automatically manage a resource with Using
. An implicit instance is provided for all types extending java.lang.AutoCloseable.
the type of the resource
Releases the specified resource.
Releases the specified resource.
AttributesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4