LivoxProto1: port to sscl::co framework

Code now actually looks a lot cleaner, tbh.
This commit is contained in:
2026-05-28 20:13:12 -04:00
parent bbc16dc4c4
commit 25efccf6c5
20 changed files with 1275 additions and 2145 deletions
+1 -3
View File
@@ -80,9 +80,7 @@ private:
return;
}
boost::asio::post(
resumeIoService,
[handle]() { handle.resume(); });
boost::asio::post(resumeIoService, handle);
}
std::shared_ptr<AsyncState> asyncState;