diff --git a/README.md b/README.md index 98c78a3..45dd0b8 100644 --- a/README.md +++ b/README.md @@ -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() } -``` \ No newline at end of file +``` + +## API Reference + +Full API reference is available at https://pkg.go.dev/github.com/alitto/pond \ No newline at end of file