Go Channels

From NovaOrdis Knowledge Base
Revision as of 22:38, 15 January 2024 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

TODO

Deplete Go_Channels into this.

Overview

The Go channels provide a composable, concurrent-safer way to communicate between concurrent processes.

Channel Patterns

Pipelines