Skip to content

diemenator/go-chanstreaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<-chan streaming

TLDR

Packages

See also:

https://github.com/reugn/go-streams

https://github.com/golang-design/go2generics/tree/main/chans

todo

  • rebrand to rochannels for std lib

  • reconsider or move into separate module some of controversial pieces of API like killswitches and 'async-like' names

  • showcase

go.work

go 1.24.1

use (
	./pkg/chanstreaming
	./pkg/chanstreamingexec
	./tests
)

About

A lightweight library for building concurrent data processing and streaming pipelines using channels

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages