Created
September 16, 2014 07:36
-
-
Save rssh/a559710f485fa6fab465 to your computer and use it in GitHub Desktop.
jdv_article15 (SAM illustrations, scala)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait AsyncInputOutput[T] | |
{ | |
def onReceive(f: T => Unit): Unit | |
def onSend(f: Unit => T): Unit | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment