Package

coursier

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait PlatformSchedulable[F[_]] extends AnyRef

    Permalink
  2. abstract class PlatformSchedulableCompanion extends AnyRef

    Permalink
  3. abstract class PlatformTaskCompanion extends AnyRef

    Permalink
  4. trait Schedulable[F[_]] extends Gather[F] with PlatformSchedulable[F]

    Permalink
  5. final case class Task[+T](value: (ExecutionContext) ⇒ Future[T]) extends AnyVal with Product with Serializable

    Permalink
  6. trait TaskSchedulable extends Schedulable[Task]

    Permalink

Value Members

  1. object Schedulable extends PlatformSchedulableCompanion

    Permalink
  2. object Task extends PlatformTaskCompanion with Serializable

    Permalink

Ungrouped