Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Konstantin8105/Go-pipelines
/ functions
Functions
39 in github.com/Konstantin8105/Go-pipelines
⨍
Functions
39
◇
Types & classes
2
↓ 2 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in or done is closed. Then sq closes the returned channel.
pipelines/sqdone3.go:23
↓ 2 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in is closed. Then sq closes the returned channel.
pipelines/sqbuffer.go:22
↓ 2 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in is closed. Then sq closes the returned channel.
pipelines/sqleak.go:24
↓ 2 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in is closed. Then sq closes the returned channel.
pipelines/sqdone2.go:22
↓ 2 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in is closed. Then sq closes the returned channel.
pipelines/sqfan.go:24
↓ 2 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in is closed. Then sq closes the returned channel.
pipelines/sqdone1.go:22
↓ 2 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in is closed. Then sq closes the returned channel.
pipelines/square2.go:21
↓ 1 callers
Function
MD5All
MD5All reads all the files in the file tree rooted at root and returns a map from file path to the MD5 sum of the file's contents. If the directory w
pipelines/serial.go:17
↓ 1 callers
Function
MD5All
MD5All reads all the files in the file tree rooted at root and returns a map from file path to the MD5 sum of the file's contents. If the directory w
pipelines/bounded.go:68
↓ 1 callers
Function
MD5All
MD5All reads all the files in the file tree rooted at root and returns a map from file path to the MD5 sum of the file's contents. If the directory w
pipelines/parallel.go:74
↓ 1 callers
Function
digester
digester reads path names from paths and sends digests of the corresponding files on c until either paths or done is closed.
pipelines/bounded.go:53
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqdone3.go:11
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/square.go:8
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqbuffer.go:11
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqleak.go:11
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqdone2.go:11
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqfan.go:11
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqdone1.go:11
↓ 1 callers
Function
gen
gen sends the values in nums on the returned channel, then closes it.
pipelines/square2.go:8
↓ 1 callers
Function
merge
merge receives values from each input channel and sends them on the returned channel. merge closes the returned channel after all the input values ha
pipelines/sqdone3.go:41
↓ 1 callers
Function
merge
merge receives values from each input channel and sends them on the returned channel. merge closes the returned channel after all the input values ha
pipelines/sqbuffer.go:36
↓ 1 callers
Function
merge
merge receives values from each input channel and sends them on the returned channel. merge closes the returned channel after all the input values ha
pipelines/sqleak.go:38
↓ 1 callers
Function
merge
merge receives values from each input channel and sends them on the returned channel. merge closes the returned channel after all the input values ha
pipelines/sqdone2.go:36
↓ 1 callers
Function
merge
merge receives values from each input channel and sends them on the returned channel. merge closes the returned channel after all the input values ha
pipelines/sqfan.go:38
↓ 1 callers
Function
merge
merge receives values from each input channel and sends them on the returned channel. merge closes the returned channel after all the input values ha
pipelines/sqdone1.go:36
↓ 1 callers
Function
sq
sq receives values from in, squares them, and sends them on the returned channel, until in is closed. Then sq closes the returned channel.
pipelines/square.go:21
↓ 1 callers
Function
sumFiles
sumFiles starts goroutines to walk the directory tree at root and digest each regular file. These goroutines send the results of the digests on the r
pipelines/parallel.go:27
↓ 1 callers
Function
walkFiles
walkFiles starts a goroutine to walk the directory tree at root and send the path of each regular file on the string channel. It sends the result of
pipelines/bounded.go:19
Function
main
()
pipelines/sqdone3.go:74
Function
main
()
pipelines/square.go:32
Function
main
()
pipelines/sqbuffer.go:63
Function
main
()
pipelines/sqleak.go:64
Function
main
()
pipelines/sqdone2.go:66
Function
main
()
pipelines/serial.go:39
Function
main
()
pipelines/sqfan.go:64
Function
main
()
pipelines/sqdone1.go:68
Function
main
()
pipelines/bounded.go:107
Function
main
()
pipelines/parallel.go:95
Function
main
()
pipelines/square2.go:32