class

CancelReader::CancelMixin

Inherits Reference < Object

cancelMixin represents a goroutine-safe cancellation status.

Instance methods

cancel

Marks the reader as canceled.

Source
canceled?

Returns true if the reader has been canceled.

Source