spot.internals

package spot.internals

Members list

Type members

Classlikes

object Par

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Par.type
final class SpotDeferred[A, U <: IO] extends Deferred[Computation, A]

Attributes

Companion
object
Supertypes
class Deferred[Computation, A]
trait DeferredSink[Computation, A]
trait DeferredSource[Computation, A]
trait Serializable
class Object
trait Matchable
class Any
Show all
object SpotDeferred

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object SpotExec

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
SpotExec.type
final case class SpotFiber[A, U <: IO](underlying: Fiber[A, U]) extends Fiber[Computation, Throwable, A]

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait Fiber[Computation, Throwable, A]
trait Serializable
class Object
trait Matchable
class Any
Show all
object SpotFiber

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SpotFiber.type
final class SpotRef[S, U <: IO] extends Ref[Computation, S]

Attributes

Companion
object
Supertypes
class Ref[Computation, S]
trait RefSink[Computation, S]
trait RefSource[Computation, S]
trait Serializable
class Object
trait Matchable
class Any
Show all
object SpotRef

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SpotRef.type

Types

opaque type Par[A, U]