class

Fluxion::CancellationSignal

Inherits Reference < Object

Cooperative cancellation. Checked between items, so the item in flight finishes, state is flushed, and a resume hint is produced — rather than leaving a half-installed package behind.

Constructors

never

A signal that is never triggered.

Source

Instance methods

cancel

Returns true the first time only, so callers can print the "press Ctrl-C again" notice exactly once.

Source
cancelled?
Source