Skip to content

New flow builder: channelFlow (and its alias callbackFlow) and supple… #1214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 27, 2019

Conversation

qwwdfsad
Copy link
Collaborator

…mentary ProducerScope.await method

Rationale:

* Can be used in different context without breaking context preservation
* Can be used to build concurrent operators such as merge
* Can be used to integrate with callbacks
* Is less error-prone than flowViaChannel because requires explicit await() call

Partially fixes #1210

@qwwdfsad qwwdfsad requested a review from elizarov May 21, 2019 13:19
qwwdfsad added 2 commits May 27, 2019 23:37
…mentary ProducerScope.await method

Rationale:

    * Can be used in different context without breaking context preservation
    * Can be used to build concurrent operators such as merge
    * Can be used to integrate with callbacks
    * Is less error-prone than flowViaChannel because requires explicit await() call

Partially fixes #1210
@qwwdfsad qwwdfsad merged commit b08d61c into develop May 27, 2019
@qwwdfsad qwwdfsad deleted the channel-flow branch May 27, 2019 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants