Packages

  • package root
    Definition Classes
    root
  • package fs2
    Definition Classes
    root
  • package async

    Provides utilities for asynchronous computations.

    Provides utilities for asynchronous computations.

    Definition Classes
    fs2
  • package immutable

    Provides types which allow asynchronous reading (but not writing).

    Provides types which allow asynchronous reading (but not writing).

    Definition Classes
    async
  • Signal
  • package mutable

    Provides types which allow asynchronous reading and writing.

    Provides types which allow asynchronous reading and writing.

    Definition Classes
    async
p

fs2.async

immutable

package immutable

Provides types which allow asynchronous reading (but not writing).

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

Type Members

  1. abstract class Signal[F[_], A] extends AnyRef

    Data type of a single value of type A that can be read in the effect F.

Value Members

  1. object Signal

Inherited from AnyRef

Inherited from Any

Ungrouped