Cancelable
A type that conforms to Cancelable typically represents a long
running operation that can be canceled. Custom implementations
must behave correctly if cancel() is invoked
more than once.
Mapbox Maps SDK for iOS Reference (v10.10.2)
(0% documented)
A type that conforms to Cancelable typically represents a long
running operation that can be canceled. Custom implementations
must behave correctly if cancel() is invoked
more than once.