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

Concurrent stream #164

Merged
merged 49 commits into from
Mar 21, 2024
Merged

Concurrent stream #164

merged 49 commits into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    4fc3a9a View commit details
    Browse the repository at this point in the history
  2. Update mod.rs

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b15a413 View commit details
    Browse the repository at this point in the history
  3. notes on ordering

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0531290 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded646f View commit details
    Browse the repository at this point in the history
  5. add tests

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fa3d0f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c47ba6d View commit details
    Browse the repository at this point in the history
  7. implement concurrent map

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    addef7c View commit details
    Browse the repository at this point in the history
  8. don't clone atomics

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6599e1c View commit details
    Browse the repository at this point in the history
  9. Revert "don't clone atomics"

    This reverts commit 31ebdcc.
    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d398d8a View commit details
    Browse the repository at this point in the history
  10. Revert "implement concurrent map"

    This reverts commit dde5bef.
    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1a7dda4 View commit details
    Browse the repository at this point in the history
  11. don't clone atomics

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    07f82fc View commit details
    Browse the repository at this point in the history
  12. it works!

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7c380e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a54f367 View commit details
    Browse the repository at this point in the history
  14. implement most of foreach

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1fba7cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d4457ef View commit details
    Browse the repository at this point in the history
  16. update PassThrough

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    faf5f26 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c1535f3 View commit details
    Browse the repository at this point in the history
  18. update Drain

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cc5b97c View commit details
    Browse the repository at this point in the history
  19. update for_each

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4db355a View commit details
    Browse the repository at this point in the history
  20. concurrent drain

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c958e5a View commit details
    Browse the repository at this point in the history
  21. for_each works!

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6fab7af View commit details
    Browse the repository at this point in the history
  22. tweak examples

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fbea630 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    294942a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3deb039 View commit details
    Browse the repository at this point in the history
  25. boilerplate try_for_each

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ac0ac0d View commit details
    Browse the repository at this point in the history
  26. correctly short-circuit

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4e2d283 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b85e222 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e45af14 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ab7276b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f22665d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    433d67d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d48d38a View commit details
    Browse the repository at this point in the history
  33. implement collect

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    52168e5 View commit details
    Browse the repository at this point in the history
  34. fix alloc builds

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5e4b495 View commit details
    Browse the repository at this point in the history
  35. add private Try traits

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b8835d9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a5a4022 View commit details
    Browse the repository at this point in the history
  37. fix core builds

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6fca1e7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6918f71 View commit details
    Browse the repository at this point in the history
  39. remove drain

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4667657 View commit details
    Browse the repository at this point in the history
  40. allow unused utils

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ce89592 View commit details
    Browse the repository at this point in the history
  41. Delete drain.rs

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cf43c56 View commit details
    Browse the repository at this point in the history
  42. rename finish to flush

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    49b91e9 View commit details
    Browse the repository at this point in the history
  43. start pinning APIs

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    745bb53 View commit details
    Browse the repository at this point in the history
  44. stack-pin the FutureGroup

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ac9087c View commit details
    Browse the repository at this point in the history
  45. fix alloc feature

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8bed249 View commit details
    Browse the repository at this point in the history
  46. apply clippy fixes

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    aab09ed View commit details
    Browse the repository at this point in the history
  47. fix alloc warnings?

    yoshuawuyts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bf9d34c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    f1a64d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef8cd0 View commit details
    Browse the repository at this point in the history