Executor.this

Constructs a new Executor with the given provider which provides us with some sort of underlying thread execution mechanism where the tasks will actually be executed

  1. this(Provider provider)
    class Executor
  2. this()

Parameters

provider Provider

the Provider to use

Meta