sbt
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CompletionService.type
Describes restrictions on concurrent execution for a set of tasks.
Describes restrictions on concurrent execution for a set of tasks.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Processes progress events during task execution. All methods are called from the same thread except started
and finished
, which is called from the executing task's thread. All methods should return quickly to avoid task execution overhead.
Processes progress events during task execution. All methods are called from the same thread except started
and finished
, which is called from the executing task's thread. All methods should return quickly to avoid task execution overhead.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
This module is experimental and subject to binary and source incompatible changes at any time.
This module is experimental and subject to binary and source incompatible changes at any time.
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ExecuteProgress.type
Describes why a task did not complete.
Describes why a task did not complete.
Value parameters
- causes
-
a list of incompletions that prevented
node
from completing - directCause
-
the exception that caused
node
to not complete - message
-
an optional error message describing this incompletion
- node
-
the task that did not complete that is described by this Incomplete instance
- tpe
-
whether the task was incomplete because of an error or because it was skipped. Only Error is actually used and Skipped may be removed in the future.
Attributes
- Companion
- object
- Supertypes
-
trait Producttrait Equalstrait UnprintableExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Enumerationtrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Incomplete.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any