Runnable that defers the execution of the given reference
with an executeAsync.
This is useful for example when implementing scheduleOnce,
to introduce a boundary between the scheduling and the execution,
otherwise risk executing the runnable on the wrong thread-pool.
Runnable that defers the execution of the given reference with an
executeAsync
.This is useful for example when implementing
scheduleOnce
, to introduce a boundary between the scheduling and the execution, otherwise risk executing the runnable on the wrong thread-pool.