This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add implementation + tests Also fixes a couple of nits found in docs * Added callbackStream javadocs Move the cancellation to the syntax to avoid infinite emissions not able to call cancel * Update cancellable docs and align Stream.cancellable semantics * Apply implement END as Chunk review suggestion Co-authored-by: Simon Vergauwen <[email protected]> Co-authored-by: Rachel M. Carmena <[email protected]> Co-authored-by: Simon Vergauwen <[email protected]>
- Loading branch information
1 parent
78f8e34
commit 1eb44b5
Showing
9 changed files
with
615 additions
and
23 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
5 changes: 4 additions & 1 deletion
5
arrow-fx-coroutines/src/main/kotlin/arrow/fx/coroutines/predef.kt
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
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.