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

channel: discard messages eagerly #669

Merged
merged 3 commits into from
Mar 26, 2021

Commits on Feb 28, 2021

  1. channel: discard messages eagerly

    If all receivers are dropped, the memory hold by channel will only be
    dropped when all senders are also dropped. If there are too many
    channels the memory leak can be significant.
    
    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    49188f7 View commit details
    Browse the repository at this point in the history
  2. make clippy happy

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    f28ea86 View commit details
    Browse the repository at this point in the history
  3. wait at boundary

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    f0e414d View commit details
    Browse the repository at this point in the history