From 8b39822f04fe486bd7f1727b3465b28c03e621f4 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 19 May 2022 22:01:04 +0800 Subject: [PATCH] Update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba650cb..229a514 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Thus I implemented fpGo. I hope you would like it :) * **network/SimpleHTTP** inspired by [Retrofit](https://github.com/square/retrofit) +* **worker/WorkerPool** inspired by JavaExecutorService & goroutine pool libs + # Special thanks * 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) * Credit: https://github.com/logic-building/functional-go