We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dea61 commit 8b39822Copy full SHA for 8b39822
README.md
@@ -60,6 +60,8 @@ Thus I implemented fpGo. I hope you would like it :)
60
61
* **network/SimpleHTTP** inspired by [Retrofit](https://github.com/square/retrofit)
62
63
+* **worker/WorkerPool** inspired by JavaExecutorService & goroutine pool libs
64
+
65
# Special thanks
66
* fp functions(Dedupe/Difference/Distinct/IsDistinct/DropEq/Drop/DropLast/DropWhile/IsEqual/IsEqualMap/Every/Exists/Intersection/Keys/Values/Max/Min/MinMax/Merge/IsNeg/IsPos/PMap/Range/Reverse/Set/Some/IsSubset/IsSuperset/Take/TakeLast/Union/IsZero/Zip/GroupBy/UniqBy/Flatten/Prepend/Partition/Tail/Head/SplitEvery)
67
* Credit: https://github.com/logic-building/functional-go
0 commit comments