aantropov

Results 2 issues of aantropov

Hello, is there a way to track code blocks inside the infinity loops? `auto job = JobSystem::Scheduler::CreateJob("Test", []() { while (true) { EASY_BLOCK("Test"); Sleep(100); } }); JobSystem::Scheduler::GetInstance()->Run(job);` The code above...

Latest binary version 0.10 i snot compatible with the sources