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

Basic StreamExt::{flatten_unordered, flat_map_unordered} impls #2083

Merged
merged 23 commits into from Feb 6, 2022

Commits on Feb 17, 2020

  1. Copy the full SHA
    7dc39b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    090d95d View commit details
    Browse the repository at this point in the history
  3. Exposed FlatMapUnordered

    olegnn committed Feb 17, 2020
    Copy the full SHA
    a710587 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6e38d6e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    aba9d26 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3bbfefe View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    dae2bb9 View commit details
    Browse the repository at this point in the history
  8. Updated comments

    olegnn committed Feb 17, 2020
    Copy the full SHA
    abe6e0b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Copy the full SHA
    c559563 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c2641d4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bd9a86c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Fixed docs

    olegnn committed Feb 22, 2020
    Copy the full SHA
    b7c27bc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Copy the full SHA
    42a8152 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Copy the full SHA
    9bc4e4e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Copy the full SHA
    ead85ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    15f5866 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Make panic handling better + significantly improve performance by pol…

    …ling stream in a loop
    olegnn committed Jan 9, 2022
    Copy the full SHA
    b39e690 View commit details
    Browse the repository at this point in the history
  2. Improve logic and docs

    olegnn committed Jan 9, 2022
    Copy the full SHA
    952ccf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Misc tweaks

    olegnn committed Jan 18, 2022
    Copy the full SHA
    12bee98 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Attempting to fix Miri

    olegnn committed Jan 23, 2022
    Copy the full SHA
    4091d66 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Misc improvements

    olegnn committed Jan 26, 2022
    Copy the full SHA
    6d0ccde View commit details
    Browse the repository at this point in the history
  2. Add woken state

    olegnn committed Jan 26, 2022
    Copy the full SHA
    69f60cc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Tweaks

    olegnn committed Jan 27, 2022
    Copy the full SHA
    a50c9e4 View commit details
    Browse the repository at this point in the history