We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cb1c4 commit ce8f9bdCopy full SHA for ce8f9bd
README.md
@@ -1,5 +1,12 @@
1
# Flow
2
-🌊Flow is an easy-used synchronize model
+🌊Flow is an easy-used goroutine manage package.
3
+Flow aims to controll the concurrent number of goroutine and the execute order of multi goroutine.
4
+Flow have a global panichandler which can recover code from panic.
5
+
6
+# TODO
7
+- goroutine pool
8
+- job level panichandler
9
+- error handler
10
11
# Example
12
```Go
0 commit comments