run method

Implementation

WaitChainBuilder run(VoidCallback fn) {
  _chain.add(_ChainData.run(fn));
  return this;
}