IMMEDIATE_EXECUTOR
An java.util.concurrent.Executor that executes tasks in the current thread unless the stack runs too deep, at which point it will delegate to BACKGROUND_EXECUTOR in order to trim the stack.
An java.util.concurrent.Executor that executes tasks in the current thread unless the stack runs too deep, at which point it will delegate to BACKGROUND_EXECUTOR in order to trim the stack.