Cancellable | iOS SDK | 2GIS Documentation

Cancellable

A cancellation token for a running operation.

Implements: ICancellable
public init(
	cancel: @escaping () -> Void,
	release: @escaping () -> Void = {}
)
Methods