All Downloads are FREE. Search and download functionalities are using the official Maven repository.

libretto.exec.SupportsCustomScheduler.scala Maven / Gradle / Ivy

The newest version!
package libretto.exec

import libretto.util.Scheduler

trait SupportsCustomScheduler[P[_]] {
  def scheduler(scheduler: Scheduler): P[Unit]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy