Package

reactor.core.scala

scheduler

Permalink

package scheduler

Visibility
  1. Public
  2. All

Type Members

  1. class ExecutionContextScheduler extends Scheduler

    Permalink

Value Members

  1. object ExecutionContextScheduler

    Permalink

    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))

Ungrouped