Ticker

gopher.Time.Ticker
class Ticker(duration: FiniteDuration)

ticker which hold channel with expirable tick messages and iterface to stop one.

Attributes

Source:
Time.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def stop(): Unit

Attributes

Source:
Time.scala

Concrete fields

val channel: ChannelWithExpiration[F, FiniteDuration, FiniteDuration]

Attributes

Source:
Time.scala