Packages

p

tofu

concurrent

package concurrent

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait MakeRef[I[_], F[_]] extends AnyRef

    Effectful making and initialization for Ref.

    Effectful making and initialization for Ref. A Ref instance will be initialized in the I[_] effect. F[_] is the effect in which 'Ref' will work.

  2. trait MakeSemaphore[I[_], F[_]] extends AnyRef

Value Members

  1. object MakeRef
  2. object MakeSemaphore
  3. object Refs
  4. object Semaphores

Ungrouped