Skip to content

Instantly share code, notes, and snippets.

@rssh
Created September 16, 2014 06:12
Show Gist options
  • Save rssh/c07d16cc2e9344c881f4 to your computer and use it in GitHub Desktop.
Save rssh/c07d16cc2e9344c881f4 to your computer and use it in GitHub Desktop.
jdv_article14 (SAM illustration)
interface AsyncInputOutput<T>
{
void onReceive(Acceptor<T> acceptor)
void onSend(Generator<T> generator)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment