Skip to content

Library that allows you to control passage of data between Go channels

License

Notifications You must be signed in to change notification settings

akramarenkov/cqos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CQOS

Go Reference Go Report Card codecov

Purpose

Library that allows you to control passage of data between Go channels

Implemented disciplines

  • priority - distributes data among handlers according to priority. See README

  • join - accumulates elements from an input channel into a slice and write that slice to an output channel when the maximum slice size or timeout for its accumulation is reached. See README

Improved version 2 is available

About

Library that allows you to control passage of data between Go channels

Topics

Resources

License

Stars

Watchers

Forks

Languages