Skip to content

Commit

Permalink
update #tip 77的引用链接格式
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheng1 committed May 7, 2024
1 parent 18d7907 commit a33540a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/077.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@

![tips077-img4](./images/077/tips077-img4.png)

此外,http://golang.org/x/sync/semaphore 包中提供了一个信号量的实现,是加权信号量,加权信号量允许一个 goroutine 占用多个槽位,适用于每个 goroutine 资源消耗不同的情况。例如,管理数据库的连接池时,某些操作可能需要一次使用多个连接。
此外,[golang.org/x/sync/semaphore...](http://golang.org/x/sync/semaphore) 包中提供了一个信号量的实现,是加权信号量。

加权信号量允许一个 goroutine 占用多个槽位,适用于每个 goroutine 资源消耗不同的情况。

例如,管理数据库的连接池时,某些操作可能需要一次使用多个连接。

0 comments on commit a33540a

Please sign in to comment.