-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools improving asynchronous quality of life.
* Adds `asyncFlatMap` for when `transform` has async components. * Adds `flatRoute` for converting "completion blocks" (AKA "continuations") between result types. * Adds `asyncFlatRoute` for doing that when the `adaptor` has async components. * Adds simple `isSuccess` and `isFailure` predicates for avoiding case statements. * Also deprecates Result initializers. See also: Issue #4. * Sprinkles in some documentation.
- Loading branch information
Showing
3 changed files
with
267 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters