Skip to content

Instantly share code, notes, and snippets.

@peterbudai
Created June 25, 2019 11:58
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 peterbudai/083cbdfed4759ad3a4c6712cf2d6771b to your computer and use it in GitHub Desktop.
Save peterbudai/083cbdfed4759ad3a4c6712cf2d6771b to your computer and use it in GitHub Desktop.
A simple enum to carry possible stream events
enum Event {
Countdown(u64),
HostFound(u128, SocketAddr),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment