public void OnComplete() { Volatile.Write(ref done, true); parent.InnerComplete(index); }
public void OnComplete() { parent.InnerComplete(this); }