Skip to content
This repository was archived by the owner on Aug 20, 2022. It is now read-only.
Christian Krause edited this page Mar 23, 2012 · 5 revisions

Vision - Goals of this Project

What we want to achieve:

  1. 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.

  2. 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.

  3. The actor-based widget toolkit should have no significant usability overhead compared to the usual ones.

Clone this wiki locally