Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Commit 2aef2ad

Browse files
author
rakyll
committed
Add notice that the package is obsolete now.
1 parent 095866b commit 2aef2ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build Status](https://travis-ci.org/rakyll/coop.png?branch=master)](https://travis-ci.org/rakyll/coop)
44

5+
Note: This package became obsolete. I started it when I was learning Go a couple of years ago. I see so many better ways to implement them all now, so don't keep using this package as an ultimate reference.
6+
57
coop contains some of the most common concurrent program flows I personally use in Go. I'm suggesting you to use this package as a snippets reference/cheat sheet instead of a library. The functionally provided in this package can be obtained in many different ways, and frankly with more performant implementations depending on the type of your problem.
68

79
coop contains implementations for the following flows:

0 commit comments

Comments
 (0)