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

Allow events to limit receivers #4

Open
getnamo opened this issue Nov 24, 2019 · 1 comment
Open

Allow events to limit receivers #4

getnamo opened this issue Nov 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@getnamo
Copy link
Owner

getnamo commented Nov 24, 2019

Some types of limits come to mind:

  1. specific listener list
  2. only listeners that support specified interface
  3. limited by another function (bouncer type check?)
  4. single receiver (first come), or only n number of listeners
@getnamo getnamo added the enhancement New feature or request label Nov 24, 2019
@getnamo
Copy link
Owner Author

getnamo commented Nov 27, 2019

conditional (3) could be implemented using #5 feature.

@getnamo getnamo mentioned this issue Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant