Update read_write_lock.md

This commit is contained in:
Geolffrey Mena 2022-06-11 09:48:52 -06:00 committed by GitHub
parent a99ebbcebf
commit 14a9fa097b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
```
```