-
Notifications
You must be signed in to change notification settings - Fork 570
csp lib #292
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
Comments
For #15 a solution was found at the end. I did not know. Any example code for trying it out in the repo ? |
sth. like that ? |
@rusco I wonder how much work it would be to abstract out these channels into endpoints. I guess the work Endpoint is a semi valid way to think about it, but perhaps message queue is a better paradigm. Once you have the concept of message queues, with immutable data structures within the queue, then you can keep the code cleaner, and also target both opengl client (using maybe gxui) and web clients. The message queue is not physical, its ore in the app domains or client itself. Its just a way to use the message pump. I guess this is all leading to reactive, flux and these types of things. |
Closing, since there seems to be nothing further to do here. @gedw99 Okay to you? |
Yep thanks |
https://github.com/ubolonton/js-csp
wondering is this way of doing blocking calls help with the call stack aspects ?
The text was updated successfully, but these errors were encountered: