WorkerContext<S> constructor

WorkerContext<S>(
  1. Dispatcher _dispatcher,
  2. S _state()
)

Implementation

WorkerContext(
  this._dispatcher,
  this._state
);