turbolift.io
Members list
Type members
Classlikes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BlockingVar.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CountDownLatch.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CyclicBarrier.type
Variable writable once.
Variable writable once.
Similar to OnceVar. Starts as empty. Any get
operation blocks until put
happens.
Unlike OnceVar, EffectfulVar stores effectful value: see Zipper.
Stored effects U
are absorbed by the first fiber that performs get
operation. Subsequent fibers that perform get
s only receive pure A
value, or Broken
effect if none exists.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EffectfulVar.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Exceptions.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Fiber factory. Fibers share their effects, and the loom accumulates their effectful results.
Fiber factory. Fibers share their effects, and the loom accumulates their effectful results.
Unrelated to the "Project Loom".
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ReentrantLock.type
To be used with FinalizerEffect.
To be used with FinalizerEffect.
Attributes
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResourceFactory.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Collection of fibers (and/or other warps). Ensures lifetime boundary of its children.
Collection of fibers (and/or other warps). Ensures lifetime boundary of its children.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Effectful, parallelly composable result of fiber's execution.
Effectful, parallelly composable result of fiber's execution.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any