From 320ad41642ad1899e30f0dc2acbd95ce8f2608b2 Mon Sep 17 00:00:00 2001 From: alitto Date: Sun, 29 Mar 2020 13:57:13 -0300 Subject: [PATCH] Add API reference --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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