Skip to content

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 the input channel into a slice and writes it to the output channel when the size or timeout 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