Skip to content

Instantly share code, notes, and snippets.

@tailhook
Last active November 5, 2015 00:11
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 tailhook/9bd8c2ecb807ef7a74af to your computer and use it in GitHub Desktop.
Save tailhook/9bd8c2ecb807ef7a74af to your computer and use it in GitHub Desktop.
enum FSM {
Reading(Buf),
Processing(Parsed),
Sending(OutBuf),
Idle,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment