Package

coursier

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. abstract class PlatformTask extends AnyRef

    Permalink
  2. trait Schedulable[F[_]] extends Gather[F]

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

    Permalink
  4. trait TaskGather extends Gather[Task]

    Permalink

Value Members

  1. object Schedulable

    Permalink
  2. object Task extends PlatformTask with Serializable

    Permalink

Ungrouped