Skip to content

Instantly share code, notes, and snippets.

@rueian
Created February 4, 2022 09:23
Show Gist options
  • Save rueian/3012922c81d29b398319e44de3320be1 to your computer and use it in GitHub Desktop.
Save rueian/3012922c81d29b398319e44de3320be1 to your computer and use it in GitHub Desktop.
type slot struct {
mark uint32
req request
ch chan response
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment