Skip to content

Package longpoll supports batching e.g. receiving as many values as possible from a channel.

License

Notifications You must be signed in to change notification settings

joeycumines/go-longpoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-longpoll

Package longpoll supports batching e.g. receiving as many values as possible from a channel.

See the docs for example usage.

See also github.com/joeycumines/go-microbatch, for a higher-level implementation, with built-in concurrency control, and support for batched request/response patterns.