RefCompute<T> constructor

RefCompute<T>(
  1. ComputeHandlerCallback _handler
)

Implementation

RefCompute(this._handler) : super(null) {
  _computeCollector = ComputeComputeFactory(this);
}