Packages

trait Watched extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Watched
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def antiEntropy: FiniteDuration

    The duration for which the EventMonitor while ignore file events after a file triggers a new build.

  2. def pollInterval: FiniteDuration

    The time in milliseconds between checking for changes.

    The time in milliseconds between checking for changes. The actual time between the last change made to a file and the execution time is between pollInterval and pollInterval*2.

  3. def terminateWatch(key: Int): Boolean
  4. def watchSources(s: State): Seq[WatchSource]

    The files watched when an action is run with a proceeding ~