Add API reference

This commit is contained in:
alitto
2020-03-29 13:57:13 -03:00
parent 3de2927626
commit 320ad41642
+6 -1
View File
@@ -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