JVMScheduled

gopher.JVMTime.JVMScheduled
class JVMScheduled(fun: () => Unit, delay: FiniteDuration) extends Scheduled

Attributes

Source
JVMTime.scala
Graph
Supertypes
trait Scheduled
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def cancel(): Boolean

Attributes

Source
JVMTime.scala
def notifyListeners(value: Try[Boolean]): Unit

Attributes

Source
JVMTime.scala
def onDone(listener: Try[Boolean] => Unit): Unit

Attributes

Source
JVMTime.scala

Concrete fields

val cancelled: AtomicBoolean

Attributes

Source
JVMTime.scala
val jf: ScheduledFuture[_ <: <FromJavaObject>]

Attributes

Source
JVMTime.scala
val listeners: ConcurrentLinkedQueue[Try[Boolean] => Unit]

Attributes

Source
JVMTime.scala
var wrapper: Runnable

Attributes

Source
JVMTime.scala