Skip to content

Instantly share code, notes, and snippets.

@tilltue
Created April 24, 2021 04:11
Show Gist options
  • Save tilltue/01020136bc5e0aeb48ac4b2a87bb3510 to your computer and use it in GitHub Desktop.
Save tilltue/01020136bc5e0aeb48ac4b2a87bb3510 to your computer and use it in GitHub Desktop.
Subscription
class TestSubscription: Subscription {
func request(_ demand: Subscribers.Demand) {
}
func cancel() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment