cancels top-level constant
Matcher
const cancels
A matcher that asserts an IO is canceled before completion.
Implementation
const Matcher cancels = _Canceled();
A matcher that asserts an IO is canceled before completion.
const Matcher cancels = _Canceled();