From c177a76c4d0a7de667414fc9e67f729eb8819235 Mon Sep 17 00:00:00 2001 From: Chakib Benziane Date: Fri, 7 Dec 2018 18:06:53 +0100 Subject: [PATCH] udpate doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9117067..fe79f11 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Features: ## Overview A unit is a type that implements `WorkUnit` interface. The `Spawn()` method -of registered units are run in goroutines. +of each registered unit is spawned in its own goroutine. The `Manager` handles communication and synchronized shutdown procedure.