Created
January 22, 2012 01:09
-
-
Save brson/1654881 to your computer and use it in GitHub Desktop.
This file contains 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
connect ("host", port) -> fileno | |
notify_on _read (channel, fileno) | |
read (fileno) -> "data" | |
notify_on _write (channel, fileno) | |
write (fileno, "data") -> bytes_written | |
close (fileno) | |
notify_on _timeout (channel, millis) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment