mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-04-03 13:13:36 +03:00
Update read_write_lock.md
This commit is contained in:
parent
a99ebbcebf
commit
14a9fa097b
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ package router
|
|||
|
||||
import (
|
||||
"sync"
|
||||
"net"
|
||||
)
|
||||
|
||||
type Socket string
|
||||
|
@ -108,4 +109,4 @@ go func(r *Router){
|
|||
// until counter = 0 Write can be acquired
|
||||
}(router)
|
||||
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue