File: streams.go

package info (click to toggle)
golang-github-awnumar-memguard 0.22.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 572 kB
  • sloc: makefile: 3
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
package streams

// MakeStreams ...
func MakeStreams() {
	//concurrent stream access over multiple streams test
}