Skip to content

Commit

Permalink
Boost: Add missing conversion for asio::post
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Feb 9, 2025
1 parent 35d9876 commit e07c9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/Metric/Metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ metric::metric::~metric()
if (!m_enabled)
return;

m_writeContext.post([&] {
boost::asio::post(m_writeContext, [&] {
m_sendTimer->cancel();
});

Expand Down

0 comments on commit e07c9c9

Please sign in to comment.