Timers

org.beangle.commons.concurrent.Timers
See theTimers companion class
object Timers extends Logging

Attributes

Companion
class
Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
Self type
Timers.type

Members list

Value members

Concrete methods

def setTimeout(delaySecond: Int, f: () => Unit): Unit
def start(name: String, intervalSeconds: Int, tasks: Runnable*): Unit

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging