Executes the primary action associated with this executor.
Implementations of this method should be safe to run on the main thread, as it's designed
to be invoked using the {@code Dispatchers.Main} by default.
Throws
if any issues arise during execution.