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

subscriber: make boxed subscribers not useless #2023

Merged
merged 5 commits into from
Mar 25, 2022
Merged

subscriber: make boxed subscribers not useless #2023

merged 5 commits into from
Mar 25, 2022

Commits on Mar 25, 2022

  1. docs: reorganize "runtime configuration" section

    this moves the "runtime configuration with subscribers" section into a
    subsection of "composing subscribers".
    
    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    19c15f2 View commit details
    Browse the repository at this point in the history
  2. make Subscribe impl for Box not useless

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a6e3574 View commit details
    Browse the repository at this point in the history
  3. add example using boxed erased subscriber

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3413ef2 View commit details
    Browse the repository at this point in the history
  4. remove useless impl

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    039b9b5 View commit details
    Browse the repository at this point in the history
  5. hopefully fix prelude rustdoc link

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    35c0fb7 View commit details
    Browse the repository at this point in the history