defaultEventExecutor
Declare a default OnEvent.Executor to utilize when notifying subscribed TorEvent and RuntimeEvent observers (if the observer did not declare its own).
This default can be overridden on a per-observer basis when creating them, given the needs of that observer and how it is being used and/or implemented.
NOTE: OnEvent.Executor should be a singleton with no contextual or non-singleton references outside the OnEvent.Executor.execute lambda.
Default: If OnEvent.Executor.Main.isAvailable is true
, will use OnEvent.Executor.Main, otherwise OnEvent.Executor.Immediate.