wvlet.airframe.control.Resource
See theResource companion object Resource that can be closed.
Attributes
- Companion:
- object
- Graph
- Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Use the resource within the limited scope. After existing the scope, the resource will be closed
Use the resource within the limited scope. After existing the scope, the resource will be closed
Attributes
Wrap a Future with this resource. After the future completes, the resource will be closed
Wrap a Future with this resource. After the future completes, the resource will be closed
Attributes