Skip to content

joeycumines/go-longpoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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.