Cancelable Impl
Internal implementation of the Cancelable interface.
This class provides the minimal state-tracking required for cancellation, storing a mutable cancellation flag that can only be set once. It is used as the default instance returned by Cancelable.invoke and is not intended for direct use outside the library.