WorkerContext<S> constructor
WorkerContext<S> (
- Dispatcher _dispatcher,
- S _state()
Implementation
WorkerContext(
this._dispatcher,
this._state
);
WorkerContext(
this._dispatcher,
this._state
);