Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Created June 7, 2020 15:21
Show Gist options
  • Save 2013techsmarts/a8c6b07802d9a8c3cacf5a7731fc682b to your computer and use it in GitHub Desktop.
Save 2013techsmarts/a8c6b07802d9a8c3cacf5a7731fc682b to your computer and use it in GitHub Desktop.
public interface Subscription {
public void request(long n);
public void cancel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment