disposable 0.0.1
disposable: ^0.0.1 copied to clipboard
An implementation of disposable for Dart.
An implementation of disposable for Dart.
See documentation for examples and guide
Goals:
- Provide a mechanism to help manage cleanup in applications.
- Originated as a way to help ensure closure of isolate ReceivePorts
- Provide using semantics to auto dispose elements through scope
