future_context2 1.1.1+1
future_context2: ^1.1.1+1 copied to clipboard
Provides async/await operations similar to Kotlin's suspend functions.
1.1.1+1 #
- Fix Analyzer warnings for
suspend()error handling.
1.1.1 #
- Fix
suspend()to catch non-Exception thrown objects (e.g. String, int) by usingObjecttype instead ofException.
1.1.0+1 #
- Support pausing of FutureContext.
- Fix documents.
1.0.1 #
- Remove unnecessary dependency_overrides
1.0.0 #
- Initial version.