From 10cc30f58e36205fc4c05a80bcdcf6136d1783d7 Mon Sep 17 00:00:00 2001 From: liststhread <76185268+liststhread@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:39:47 -0800 Subject: [PATCH] Updated BoundingResourceUse (markdown) --- BoundingResourceUse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoundingResourceUse.md b/BoundingResourceUse.md index 8137c6d2..3fc20d52 100644 --- a/BoundingResourceUse.md +++ b/BoundingResourceUse.md @@ -1,4 +1,4 @@ -# Bounding resource use +[https://github.com/golang/go/wiki/BoundingResourceUse/_edit](https://github.com/golang/go/wiki/BoundingResourceUse/_edit)# Bounding resource use To bound a program's use of a limited resource - like memory - have goroutines synchronize their use of that resource using a buffered channel (i.e., use the channel as a semaphore):