MCPcopy Create free account

hub / github.com/Konstantin8105/Go-pipelines / functions

Functions39 in github.com/Konstantin8105/Go-pipelines

↓ 2 callersFunctionsq
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 callersFunctionsq
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 callersFunctionsq
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 callersFunctionsq
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 callersFunctionsq
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 callersFunctionsq
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 callersFunctionsq
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 callersFunctionMD5All
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 callersFunctionMD5All
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 callersFunctionMD5All
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 callersFunctiondigester
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 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqdone3.go:11
↓ 1 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/square.go:8
↓ 1 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqbuffer.go:11
↓ 1 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqleak.go:11
↓ 1 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqdone2.go:11
↓ 1 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqfan.go:11
↓ 1 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/sqdone1.go:11
↓ 1 callersFunctiongen
gen sends the values in nums on the returned channel, then closes it.
pipelines/square2.go:8
↓ 1 callersFunctionmerge
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 callersFunctionmerge
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 callersFunctionmerge
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 callersFunctionmerge
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 callersFunctionmerge
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 callersFunctionmerge
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 callersFunctionsq
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 callersFunctionsumFiles
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 callersFunctionwalkFiles
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
Functionmain
()
pipelines/sqdone3.go:74
Functionmain
()
pipelines/square.go:32
Functionmain
()
pipelines/sqbuffer.go:63
Functionmain
()
pipelines/sqleak.go:64
Functionmain
()
pipelines/sqdone2.go:66
Functionmain
()
pipelines/serial.go:39
Functionmain
()
pipelines/sqfan.go:64
Functionmain
()
pipelines/sqdone1.go:68
Functionmain
()
pipelines/bounded.go:107
Functionmain
()
pipelines/parallel.go:95
Functionmain
()
pipelines/square2.go:32