Is there a way to write whole game codebases without the use of arbitrary waits?

I made an entire thread on how to avoid wait() and why. There is, and as I say in the thread, wait() does not belong in production codebases at all.

2 Likes