is the TrampolinedRunnable instance that will get executed and that is supposed to trigger the execution of other trampolined runnables
is the scheduler that gets used for execution.
is the scheduler that gets used for execution.
is the TrampolinedRunnable instance that will get executed and that is supposed to trigger the execution of other trampolined runnables
Forces a real asynchronous boundary before executing the given TrampolinedRunnable.
Sometimes you want to execute multiple TrampolinedRunnable instances as a batch, with the functionality provided by schedulers implementing BatchingScheduler, however you might need the very first execution to force an asynchronous boundary.
is the TrampolinedRunnable instance that will get executed and that is supposed to trigger the execution of other trampolined runnables
is the scheduler that gets used for execution.