Strategys

trait Strategys extends StrategysLow
class Object
trait Matchable
class Any
object Strategy

Value members

Concrete fields

val DefaultDaemonThreadFactory: ThreadFactory

Default thread factory to mark all threads as daemon

Default thread factory to mark all threads as daemon

val DefaultExecutorService: ExecutorService

The default executor service is a fixed thread pool with N daemon threads, where N is equal to the number of available processors.

The default executor service is a fixed thread pool with N daemon threads, where N is equal to the number of available processors.

val DefaultTimeoutScheduler: ScheduledExecutorService

Default scheduler used for scheduling the tasks like timeout.

Default scheduler used for scheduling the tasks like timeout.

Implicits

Implicits

A strategy that executes its arguments on DefaultExecutorService

A strategy that executes its arguments on DefaultExecutorService

Inherited implicits

implicit
def Executor(implicit s: ExecutorService): Strategy

A strategy that evaluates its arguments using an implicit ExecutorService.

A strategy that evaluates its arguments using an implicit ExecutorService.

Inherited from
StrategysLow
implicit

A strategy that performs no evaluation of its argument.

A strategy that performs no evaluation of its argument.

Inherited from
StrategysLow
implicit

A simple strategy that spawns a new thread for every evaluation.

A simple strategy that spawns a new thread for every evaluation.

Inherited from
StrategysLow
implicit

A strategy that evaluates its argument in the current thread.

A strategy that evaluates its argument in the current thread.

Inherited from
StrategysLow

A strategy that evaluates its arguments on the Swing Event Dispatching thread.

A strategy that evaluates its arguments on the Swing Event Dispatching thread.

Inherited from
StrategysLow
implicit

A strategy that evaluates its arguments using the pool of Swing worker threads.

A strategy that evaluates its arguments using the pool of Swing worker threads.

Inherited from
StrategysLow