Add API reference
This commit is contained in:
@@ -22,6 +22,7 @@ Minimalistic and High-performance goroutine worker pool written in Go
|
||||
- Task panics are handled gracefully (configurable panic handler)
|
||||
- Supports Non-blocking and Blocking task submission modes (buffered / unbuffered)
|
||||
- Efficient memory usage
|
||||
- [API reference](https://pkg.go.dev/github.com/alitto/pond)
|
||||
|
||||
## How to install
|
||||
|
||||
@@ -122,4 +123,8 @@ func main() {
|
||||
// Wait for all tasks in the group to complete
|
||||
group.Wait()
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
## API Reference
|
||||
|
||||
Full API reference is available at https://pkg.go.dev/github.com/alitto/pond
|
||||
Reference in New Issue
Block a user