From 0522551940e6f2d702f88be27e7ba3ffd04b67c3 Mon Sep 17 00:00:00 2001 From: saishibunb <144234378+saishibunb@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:58:30 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c6955..f0597e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GoRoutinesManager +# GRO (Go Routine Orchestrator) A lightweight, hierarchical goroutine supervision system for Go that centralizes goroutine creation, lifecycle control, and shutdown handling. This library prevents goroutine leaks, improves observability, and enforces safe concurrency patterns in production applications.