!7 cmodule BenchCancelPoints > DynSingleFunction { void doIt { int n = tenMillion(); repeat n { withCancelPoint(cp -> { cancelTo(cp); }); } printBenchResult(n); } }