Package

monifu.concurrent

schedulers

Permalink

package schedulers

Visibility
  1. Public
  2. All

Type Members

  1. final class AsyncScheduler extends ReferenceScheduler

    Permalink

    An AsyncScheduler schedules tasks to happen in the future with the given ScheduledExecutorService and the tasks themselves are executed on the given ExecutionContext.

    An AsyncScheduler schedules tasks to happen in the future with the given ScheduledExecutorService and the tasks themselves are executed on the given ExecutionContext. It's a convenient way to piggyback on an existing execution context.

  2. final class ExecutorScheduler extends ReferenceScheduler

    Permalink

    An ExecutorScheduler is for building a Scheduler out of a ScheduledExecutorService.

  3. abstract class ReferenceScheduler extends Scheduler

    Permalink
  4. final class TestScheduler extends ReferenceScheduler

    Permalink

    A scheduler meant for testing purposes.

Value Members

  1. object AsyncScheduler

    Permalink
  2. object ExecutorScheduler

    Permalink
  3. object TestScheduler

    Permalink

Ungrouped