package scheduler
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class ExecutionContextScheduler extends Scheduler
Value Members
-
object
ExecutionContextScheduler
Provide an easy way to create Scheduler using the provided ExecutionContext so it can be used like:
Provide an easy way to create Scheduler using the provided ExecutionContext so it can be used like:
val mono = Mono.just(1) .subscribeOn(ExecutionContextScheduler(executionContext))