Multiple fixes

This commit is contained in:
momo5502
2025-01-18 12:39:29 +01:00
parent 5079b750cd
commit cc252447d5
4 changed files with 45 additions and 23 deletions

View File

@@ -9,6 +9,9 @@ namespace gdb_stub
: handler_(std::move(h))
{
this->stop_ = false;
this->runner_ = std::thread([this] {
this->work(); //
});
}
async_handler::~async_handler()