Chained

spice.util.Chained
case class Chained(delay: FiniteDuration)

Provides a single-chain of tasks so only one IO can run at a time blocking the others until it completes.

Attributes

delay

the time to sleep between checks to get a lock

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[Return](effect: IO[Return]): IO[Return]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product