Convenient functions for working with channels in Go
Go to file
2023-03-25 11:12:36 +01:00
chan_io.go fixed naming schemes for Each methods 2023-03-04 11:24:42 +01:00
each.go fixed naming schemes for Each methods 2023-03-04 11:24:42 +01:00
filter.go added Filter method 2022-07-05 21:30:19 +02:00
find.go fixed naming schemes for Each methods 2023-03-04 11:24:42 +01:00
flat.go fixed bug in FlatChan 2022-08-21 21:22:16 +02:00
forward.go initial commit 2022-02-09 12:10:02 +01:00
go.mod moved to git.milar.in 2022-08-03 21:34:08 +02:00
group.go initial commit 2022-02-09 12:10:02 +01:00
internal_stuff.go - efficiency of toMap improved by concurrently calling the mapper function 2022-12-17 19:50:41 +01:00
limited_runner.go fixed LimitedRunner behavior if runnable panics 2022-03-30 15:23:47 +02:00
map.go fixed Map function to wait until all values were mapped before closing channel 2023-03-06 13:03:10 +01:00
merge.go initial commit 2022-02-09 12:10:02 +01:00
of.go added OfMap 2022-04-25 20:04:14 +02:00
result.go Result implemented 2023-03-25 11:12:36 +01:00
runner.go initial commit 2022-02-09 12:10:02 +01:00
tee.go fixed naming schemes for Each methods 2023-03-04 11:24:42 +01:00
timeout.go various optimizations 2022-03-30 15:49:24 +02:00
to.go fixed naming schemes for Each methods 2023-03-04 11:24:42 +01:00
unlimited_runner.go initial commit 2022-02-09 12:10:02 +01:00
utils.go fixed naming schemes for Each methods 2023-03-04 11:24:42 +01:00