primitives library
Primitives
To use, import package:extensions/primitives.dart
.
Classes
- AsyncDisposable
- Provides a mechanism for releasing unmanaged resources asynchronously.
- CancellationChangeToken
- A ChangeToken implementation using CancellationToken.
- CancellationToken
- Propagates notification that operations should be canceled.
- CancellationTokenRegistration
- CancellationTokenSource
- Signals to a CancellationToken that it should be canceled.
- ChangeToken
- Propagates notifications that a change has occurred.
- CompositeChangeToken
- An ChangeToken which represents one or more ChangeToken instances.
- Disposable
- Provides a mechanism for releasing unmanaged resources.