Timer

case
class Timer(timeoutTickMs: Int, workerName: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def stop(expireImmediately: Boolean): Unit
def valueWait[T](value: T, waitMs: Long): Future[T]
def withTimeout[T](future: Future[T], timeout: Long): Future[Timeout \/ T]
def withTimeout[T](task: Task[T], timeout: Long): Task[Timeout \/ T]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val safeTickMs: Int