f4 library
Future helper methods & classes.
Classes
- AbortController
-
Abort controller that optionally receives
onAbortcallback in which case anAbortErrordoesn't get thrown by the Future. - AbortSignal
- Abort cancellation signal
- F4
- A class container of all static Future method helpers.
- ReflectedFuture
- A class representation of a reflected Future.
Exceptions / Errors
- AbortError
- Custom Abort error.
- RejectionError
- Custom rejection error.