XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
56 stars 48 forks source link

Use mutex from utils #1359

Open kuznetsss opened 2 months ago

kuznetsss commented 2 months ago

Mutex from utils (https://github.com/XRPLF/clio/blob/develop/src/util/Mutex.hpp) improves readability of code making it obvious which data is protected by mutex. We should refactor code to use it where possible.