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.

Value parameters

delay

the time to sleep between checks to get a lock

Attributes

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

Members list

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