Closed
Description
- Better explain each scheduler type.
- Repeat system parameters for each scheduler type.
- Remove mentions of SchedulerLifecycle.
- Explain how
from
handlesExecutor
,ExecutorService
andScheduledExecutorService
. - Explain getting back to the current thread requires a blocking scheduler.
- Mention the
SchedulerSupport
annotations.