Skip to content

Instantly share code, notes, and snippets.

@kiarashvosough1999
Last active December 2, 2022 11:19
Show Gist options
  • Save kiarashvosough1999/952e9c1ff067303e522a5b4bd2d0891b to your computer and use it in GitHub Desktop.
Save kiarashvosough1999/952e9c1ff067303e522a5b4bd2d0891b to your computer and use it in GitHub Desktop.
protocol CancelableTask: Sendable {
var hashValue: Int { get }
func cancel()
}
extension Task: CancelableTask {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment