cancel property

CancellationToken? cancel
final

Cooperative cancellation token (the Dart stand-in for AbortSignal). When cancelled, a turn that rejects out of generate is reported as aborted (not failed) and settled with a single aborted snapshot write (the detached abort flip left the row aborting, which this finalize settles).

Implementation

final CancellationToken? cancel;