Skip to content

mgkanani/goroutines

Repository files navigation

[WIP]

Build Status Coverage Status Go Report Card GoDoc

Problem: Currently, channel based approach can be used for implementing different Producer-Consumer patterns like single-many/many-many/many-single. In most of the cases, it can be work efficiently. However, in few scenarios where producers and/or consumers are fast enough then underneath channel-lock will be a bottleneck.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published