monifu.concurrent

schedulers

package schedulers

Visibility
  1. Public
  2. All

Type Members

  1. final class AsyncScheduler extends Scheduler

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

Value Members

  1. object AsyncScheduler

Ungrouped