Retries

kyo.Retries
object Retries

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Retries.type

Members list

Type members

Classlikes

case class Policy(backoff: Int => Duration, limit: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Policy

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Policy.type

Value members

Concrete methods

def apply[T : Flat, S](policy: Policy)(v: => T < S): T < (Fibers & S)
def apply[T : Flat, S](builder: Policy => Policy)(v: => T < S): T < (Fibers & S)