🐛 fix(async_executor): implement cooperative cancellation
This commit is contained in:
@@ -2,5 +2,5 @@ import lsp.test.scheduler.async_executor;
|
||||
|
||||
int main()
|
||||
{
|
||||
return Run();
|
||||
return lsp::test::scheduler::async_executor::Run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user