Skip to content

Commit ce8f9bd

Browse files
committed
chore: update README
1 parent e2cb1c4 commit ce8f9bd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Flow
2-
🌊Flow is an easy-used synchronize model
2+
🌊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
310

411
# Example
512
```Go

0 commit comments

Comments
 (0)