TimeoutRecord

gopher.SelectGroup.TimeoutRecord
case class TimeoutRecord(duration: FiniteDuration, action: (Try[FiniteDuration]) => F[S]) extends Expiration

Attributes

Source
SelectGroup.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Expiration
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def capture(): Option[(Try[FiniteDuration]) => Unit]

Attributes

Source
SelectGroup.scala

Inherited methods

def canExpire: Boolean

Attributes

Inherited from:
Expiration
Source
SelectGroup.scala
def isExpired: Boolean

Attributes

Inherited from:
Expiration
Source
SelectGroup.scala
def markFree(): Unit

Attributes

Inherited from:
Expiration
Source
SelectGroup.scala
def markUsed(): Unit

Attributes

Inherited from:
Expiration
Source
SelectGroup.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product