-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEA] Add AsyncIterable
switchMap
(#340)
* feat(asynciterable): add AsyncIterable switchMap operator * fix lint and run prettier on all files * fix typo * refactor SwitchMapAsyncIterable into generic FlattenConcurrentAsyncIterable * update typescript, jest, related dependencies * feat(flatmap.ts): make flatMap enumerate inner sequences in parallel BREAKING CHANGE: flatMap enumerates inner sequences in parallel fix #244 * feat(flat.ts): make flat enumerate inner sequences in parallel BREAKING CHANGE: flat enumerates inner sequences in parallel * feat(concatmap.ts): add concatMap implementation
- Loading branch information
Showing
70 changed files
with
838 additions
and
576 deletions.
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
Oops, something went wrong.