-
Notifications
You must be signed in to change notification settings - Fork 0
Vision
What we want to achieve:
-
Full integration of a widget toolkit with the actor model without the need for developers to implement wrappers.
With increasing usage of actor toolkits there still remains some effort for developers to integrate their actor systems with widget toolkits, mostly to honor the concurrency model inherent to the widget toolkit. Integration in this context means providing a controller API that allows to send messages directly from outside of the widget toolkit to parts of the widget toolkit with the assurance that the message gets processed honoring the concurrency model of the widget toolkit.
-
The user of the actor-based widget toolkit should be prevented as much as possible from misuse of the concurrency model inherent to the toolkit.
-
The actor-based widget toolkit should have no significant usability overhead compared to the usual ones.