Skip to content
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

fix: rewrite the concatMap operator #1489

Merged
merged 1 commit into from
Jan 18, 2024
Merged

fix: rewrite the concatMap operator #1489

merged 1 commit into from
Jan 18, 2024

Commits on Jan 17, 2024

  1. fix: rewrite the concatMap operator

    In this implementation the operator acts as a simple no-queue forwarder
    between the subscriber and the current upstream.
    
    There is also a small dose of fine-grained locking around a few
    state machine updates that can’t be expressed as non-blocking / compare & swap
    operations.
    jponge committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dded2d6 View commit details
    Browse the repository at this point in the history