Skip to content

ExecutorAbstract

Joshua Jung edited this page Feb 24, 2017 · 1 revision

ExecutorAbstract (src) is the base Class for every executor in Ringa. It provides core functionality of communicating to the parent Thread (src)

By default, ExecutorAbstract uses the Controller option timeout to throw an Error if the executor takes too long to resolve.

ExecutorAbstract calls the _execute() method of its extended Class to trigger the executor.