Skip to content

Commit 96c1eb3

Browse files
committed
doc: update readme.
Signed-off-by: Chen Su <ghosind@gmail.com>
1 parent b9f41aa commit 96c1eb3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ out, err := async.All(func (ctx context.Context) (int, error) {
6060
- [`Race`](https://pkg.go.dev/github.com/ghosind/go-async#Race)
6161
- [`Retry`](https://pkg.go.dev/github.com/ghosind/go-async#Retry)
6262
- [`Seq`](https://pkg.go.dev/github.com/ghosind/go-async#Seq)
63+
- [`SeqGroups`](https://pkg.go.dev/github.com/ghosind/go-async#SeqGroups)
6364
- [`Series`](https://pkg.go.dev/github.com/ghosind/go-async#Series)
6465
- [`Times`](https://pkg.go.dev/github.com/ghosind/go-async#Times)
6566
- [`TimesLimit`](https://pkg.go.dev/github.com/ghosind/go-async#TimesLimit)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The most of utility functions of this library accept any type of function to run
5252

5353
For all functions, you can use the `XXXWithContext` function (like `AllWithContext`, `RaceWithContext`, ...) to set the context by yourself.
5454

55-
## Available Utility Functions
55+
## Available Functions
5656

5757
- [`All`](https://pkg.go.dev/github.com/ghosind/go-async#All)
5858
- [`AllCompleted`](https://pkg.go.dev/github.com/ghosind/go-async#AllCompleted)
@@ -62,6 +62,7 @@ For all functions, you can use the `XXXWithContext` function (like `AllWithConte
6262
- [`Race`](https://pkg.go.dev/github.com/ghosind/go-async#Race)
6363
- [`Retry`](https://pkg.go.dev/github.com/ghosind/go-async#Retry)
6464
- [`Seq`](https://pkg.go.dev/github.com/ghosind/go-async#Seq)
65+
- [`SeqGroups`](https://pkg.go.dev/github.com/ghosind/go-async#SeqGroups)
6566
- [`Series`](https://pkg.go.dev/github.com/ghosind/go-async#Series)
6667
- [`Times`](https://pkg.go.dev/github.com/ghosind/go-async#Times)
6768
- [`TimesLimit`](https://pkg.go.dev/github.com/ghosind/go-async#TimesLimit)

0 commit comments

Comments
 (0)