Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icefed committed Apr 8, 2024
1 parent 1e512be commit a491ebd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# routinepool
# routine pool - Golang routine pool for multi asynchronous tasks.

[![GoDoc](https://godoc.org/github.com/icefed/routinepool?status.svg)](https://pkg.go.dev/github.com/icefed/routinepool)
[![Go Report Card](https://goreportcard.com/badge/github.com/icefed/routinepool)](https://goreportcard.com/report/github.com/icefed/routinepool)
![Build Status](https://github.com/icefed/routinepool/actions/workflows/test.yml/badge.svg)
[![Coverage](https://img.shields.io/codecov/c/github/icefed/routinepool)](https://codecov.io/gh/icefed/routinepool)
[![License](https://img.shields.io/github/license/icefed/routinepool)](./LICENSE)

### Supports
- Automatic scaling Number of routines by the number of tasks.
- Support waiting all tasks finished.
- Panic in tasks will be recovered.

0 comments on commit a491ebd

Please sign in to comment.