Single game loop when we exactly know timings is God blessing 😄 Multithreaded async code is nightm
Single game loop when we exactly know timings is God blessing
Multithreaded async code is nightmare, in web we handle it all the time, but all "async" in reality is single threaded process on V8 engine which just switching tasks.
Multithreaded async code is nightmare, in web we handle it all the time, but all "async" in reality is single threaded process on V8 engine which just switching tasks.