🐛 fix(async_executor): implement cooperative cancellation

This commit is contained in:
csh
2026-07-13 16:03:56 +08:00
parent edea37202d
commit 89b8937697
17 changed files with 685 additions and 420 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ import lsp.test.scheduler.async_executor;
int main()
{
return Run();
return lsp::test::scheduler::async_executor::Run();
}