Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
Package broadcast package that provides an abstraction to broadcast values to multiple goroutines
|
Package broadcast package that provides an abstraction to broadcast values to multiple goroutines |
channels
|
|
patterns
|
|
creational/singleton
Singleton is a creational design pattern, which ensures that only one object of its kind exists and provides a single point of access to it for any other code.
|
Singleton is a creational design pattern, which ensures that only one object of its kind exists and provides a single point of access to it for any other code. |
messaging/fanOut
Package fanOut -- Fan out/fan in pattern in Go The Fan out/fan in pattern in Go allows for the processing of activities in parallel, where multiple functions are spun to execute the activities, and at the end of processing, the orchestrator waits for all parallel activities to finish
|
Package fanOut -- Fan out/fan in pattern in Go The Fan out/fan in pattern in Go allows for the processing of activities in parallel, where multiple functions are spun to execute the activities, and at the end of processing, the orchestrator waits for all parallel activities to finish |
Package prepend Go have a built-in append function that allows for the appending of a value to a slice.
|
Package prepend Go have a built-in append function that allows for the appending of a value to a slice. |
Click to show internal directories.
Click to hide internal directories.