ASIO401 uses `std::unique_lock` in a number of places where it's overkill. `std::scoped_lock` would be more appropriate.
ASIO401 uses
std::unique_lockin a number of places where it's overkill.std::scoped_lockwould be more appropriate.