Package

zio

interop

Permalink

package interop

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

Type Members

  1. type Future[+A] = Fiber[Throwable, A]

    Permalink

    A scala.concurrent.Future is a running computation, and corresponds most closely to ZIO Fiber.

  2. implicit final class FutureSyntax[T] extends AnyVal

    Permalink

Value Members

  1. object Future

    Permalink

    An API-compatible implementation of scala.concurrent.Future, which is backed by ZIO.

    An API-compatible implementation of scala.concurrent.Future, which is backed by ZIO. While this structure is not performant, due to emulation of the Future API, it can be useful to help migrate legacy code away from Future and to ZIO.

Inherited from AnyRef

Inherited from Any

Ungrouped