We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182b7e4 commit a466e5bCopy full SHA for a466e5b
src/eventing/asio.cpp
@@ -455,7 +455,7 @@ void us_internal_async_wakeup(struct us_internal_async *a) {
455
cb->m.unlock();
456
457
// should increase and decrease polls (again, loop mutex)
458
- io->post([weakBoostBlock = std::weak_ptr<boost_async>(cb->isValid)]() {
+ boost::asio::post(*io, [weakBoostBlock = std::weak_ptr<boost_async>(cb->isValid)]() {
459
460
// was the async deleted before we came here?
461
struct boost_async *cb;
0 commit comments