Strategy

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

Value members

Inherited fields

val DefaultDaemonThreadFactory: ThreadFactory

Default thread factory to mark all threads as daemon

Default thread factory to mark all threads as daemon

Inherited from
Strategys
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.

Inherited from
Strategys
val DefaultTimeoutScheduler: ScheduledExecutorService

Default scheduler used for scheduling the tasks like timeout.

Default scheduler used for scheduling the tasks like timeout.

Inherited from
Strategys

Implicits

Inherited implicits

A strategy that executes its arguments on DefaultExecutorService

A strategy that executes its arguments on DefaultExecutorService

Inherited from
Strategys
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