mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 08:26:16 +02:00
io_context cleanups
This commit is contained in:
parent
945e19a4eb
commit
bdc6299523
11 changed files with 18 additions and 26 deletions
|
@ -93,8 +93,6 @@ private:
|
|||
/// @param deferred the delay after the last call to saveConfig
|
||||
void saveConfig(const std::chrono::milliseconds& deferred = std::chrono::seconds(2));
|
||||
|
||||
// mutable std::recursive_mutex controlMutex_;
|
||||
// mutable std::recursive_mutex clientMutex_;
|
||||
boost::asio::io_context& io_context_;
|
||||
boost::asio::steady_timer config_timer_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue