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

Event system proposal #43

Open
aberratic opened this issue May 10, 2022 · 1 comment
Open

Event system proposal #43

aberratic opened this issue May 10, 2022 · 1 comment
Assignees
Labels
core documentation Improvements or additions to documentation enhancement New feature or request Priority:Highest This issue stops users or developers in their work. Resolve it as soon as possible! question Further information is requested
Milestone

Comments

@aberratic
Copy link
Collaborator

I hereby propose the use of signal2 as a base building block of rui's event system as it is easy to use (just attach event handler) aswell as being thread safe by design.

@exellian How is your opinion on that?

@aberratic aberratic added documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested core Priority:Highest This issue stops users or developers in their work. Resolve it as soon as possible! labels May 10, 2022
@aberratic aberratic added this to the Core Design milestone May 10, 2022
@aberratic
Copy link
Collaborator Author

Maybe it's necessary to formulate the requirements clear and concise:

  • Thread-Safeness
  • Performant
  • Easy to learn / use
  • Typesafe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core documentation Improvements or additions to documentation enhancement New feature or request Priority:Highest This issue stops users or developers in their work. Resolve it as soon as possible! question Further information is requested
Projects
Development

No branches or pull requests

2 participants