RealWorldContext constructor

RealWorldContext(
  1. ContextIdHolder _contextId
)

Implementation

RealWorldContext(this._contextId) {
  _finalizer.attach(this, _contextId);
}