We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExecutorAbstract (src) is the base Class for every executor in Ringa. It provides core functionality of communicating to the parent Thread (src)
ExecutorAbstract
Thread
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.
_execute()
All executors in Ringa extend ExecutorAbstract