Package

minitest

platform

Permalink

package platform

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. platform
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type EnableReflectiveInstantiation = scala.scalajs.reflect.annotation.EnableReflectiveInstantiation

    Permalink
  2. trait ExecutionContext extends AnyRef

    Permalink

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.ExecutionContext yet.

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.ExecutionContext yet.

    Note that this isn't a proper ExecutionContext implementation, just something very simple for compilation to work and to pass the current tests.

  3. final class Future[+A] extends AnyRef

    Permalink

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.Future yet.

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.Future yet.

    Note that this isn't a proper Future implementation, just something very simple for compilation to work and to pass the current tests.

  4. final class Promise[A] extends AnyRef

    Permalink

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.Promise yet.

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.Promise yet.

    Note that this isn't a proper Future implementation, just something very simple for compilation to work and to pass the current tests.

Value Members

  1. object Await

    Permalink

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.Await yet.

    Stub needed because Scala Native does not provide an implementation for scala.concurrent.Await yet.

    Note that this isn't a proper Await implementation, just something very simple for compilation to work and to pass the current tests.

  2. object ExecutionContext

    Permalink
  3. object Future

    Permalink
  4. object Promise

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped