abort method

void abort()

Abort the remaining handlers; no further ctx.next() calls will proceed.

Implementation

void abort() {
  _aborted = true;
}