Skip to content

Instantly share code, notes, and snippets.

@Raynos

Raynos/x.md Secret

Created October 2, 2012 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/32801e0a140657f1e813 to your computer and use it in GitHub Desktop.
Save Raynos/32801e0a140657f1e813 to your computer and use it in GitHub Desktop.

Writable

  • write()
  • write()
  • write()
  • ...
  • end

THEN EITHER finish or error to indicate whether successfully done or some error

Readable

  • read()
  • read()
  • read()
  • ...

THEN EITHER end or error to indicate whether successfully done or some error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment