Interface Coroner.WatchHandle

All Superinterfaces:
scala.concurrent.Awaitable<Object>
Enclosing class:
Coroner

public static interface Coroner.WatchHandle extends scala.concurrent.Awaitable<Object>
Used to cancel the Coroner after calling watch. The result of this Awaitable will be true if it has been cancelled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will try to ensure that the Coroner has finished reporting.

    Methods inherited from interface scala.concurrent.Awaitable

    ready, result
  • Method Details

    • cancel

      void cancel()
      Will try to ensure that the Coroner has finished reporting.