Skip to content

Instantly share code, notes, and snippets.

@willie-hung
Created August 3, 2023 20:05
Show Gist options
  • Save willie-hung/f1f60b4243f19af0cd8bce3f3e092bcd to your computer and use it in GitHub Desktop.
Save willie-hung/f1f60b4243f19af0cd8bce3f3e092bcd to your computer and use it in GitHub Desktop.
post_33
┌───────────────────────────┐
┌─>│ timers │
│ └─────────────┬─────────────┘
│ ┌─────────────┴─────────────┐
│ │ pending callbacks │
│ └─────────────┬─────────────┘
│ ┌─────────────┴─────────────┐
│ │ idle, prepare │
│ └─────────────┬─────────────┘ ┌───────────────┐
│ ┌─────────────┴─────────────┐ │ incoming: │
│ │ poll │<─────┤ connections, │
│ └─────────────┬─────────────┘ │ data, etc. │
│ ┌─────────────┴─────────────┐ └───────────────┘
│ │ check │
│ └─────────────┬─────────────┘
│ ┌─────────────┴─────────────┐
└──┤ close callbacks │
└───────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment