Skip to content

Commit

Permalink
Update read_write_lock.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym authored Jun 11, 2022
1 parent a99ebbc commit 14a9fa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synchronization/read_write_lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 8,7 @@ package router

import (
"sync"
"net"
)

type Socket string
Expand Down Expand Up @@ -108,4 109,4 @@ go func(r *Router){
// until counter = 0 Write can be acquired
}(router)

```
```

0 comments on commit 14a9fa0

Please sign in to comment.