2021-01-02 16:04:16 +01:00
|
|
|
Actors
|
|
|
|
======
|
|
|
|
|
|
|
|
An **actor** is a module which converts one UIEventSource into another while performing logic.
|
|
|
|
|
2021-09-09 00:05:51 +02:00
|
|
|
Typically, it will only expose the constructor taking some UIEventSources (and configuration) and a few fields which are
|
|
|
|
UIEVentSources.
|
2021-01-02 16:04:16 +01:00
|
|
|
|
|
|
|
An actor should _never_ have a dependency on 'State' and should _never_ import it
|