feat: update noworkers
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-08 21:58:33 +02:00
parent 119fb101cf
commit 5ab54585c0
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ edition = "2024"
readme = "../../README.md"
version.workspace = true
license.workspace = true
repository = "https://git.front.kjuulh.io/kjuulh/noworkers"
repository = "https://git.kjuulh.io/kjuulh/noworkers"
authors = ["kjuulh <contact@kasperhermansen.com>"]
description = "A small asyncronous worker pool manages thread pool limiting, cancellation and error propogation, inspired by golangs errgroup (requires tokio)"