ClearingBlockRunnableWithResultAndPriority

fm.common.TaskRunnerBase$.ClearingBlockRunnableWithResultAndPriority
final class ClearingBlockRunnableWithResultAndPriority[T](f: => T, promise: Promise[T], val priority: Long) extends ClearingBlockRunnableWithResult[T] with RunnableWithPriority

Attributes

Graph
Supertypes
trait Runnable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def run(): Unit

Attributes

Inherited from:
ClearingBlockRunnableWithResult

Concrete fields

val priority: Long