Add anchor

This commit is contained in:
kyuff 2025-08-30 14:57:33 +02:00 committed by Avelino
parent 123cc85457
commit 1559616e6b

View File

@ -1316,6 +1316,7 @@ _Tools for compiling Go to other languages and vice-versa._
_Tools for managing and working with Goroutines._
- [anchor](https://github.com/kyuff/anchor) - Library to manage component lifetime in a microservice architecture.
- [ants](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go.
- [artifex](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching.
- [async](https://github.com/yaitoo/async) - An asynchronous task package with async/await style for Go.