-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle reentry for n-arity Publisher.from (#1626)
Motivation: FromPublisher(s) with n-arity have no safety net for re-entrance. This can result in emitting duplicate items. Modifications: Handle re-entry. Result: No duplicates.
- Loading branch information
Showing
5 changed files
with
213 additions
and
165 deletions.
There are no files selected for viewing
133 changes: 0 additions & 133 deletions
133
servicetalk-concurrent-api/src/main/java/io/servicetalk/concurrent/api/From3Publisher.java
This file was deleted.
Oops, something went wrong.
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.