codesections / d5

DIY Dynamic DNS — the simple, Unix-philosophy way to retrieve your home network's IP address remotely
Other
35 stars 3 forks source link

Replace `Mutex` with `RWLock` #1

Closed codesections closed 4 years ago

codesections commented 4 years ago

Replacing the Mutex with a RWLock would allow simultaneous reads to occur without blocking access to the db hashmap.