We may all know the theoretical difference between async/await and threading. It’s a question we get or ask a lot in interviews because it’s such a good conversation starter. It spans many platform and hardware topics like task scheduling, processes and threads, event loops, single threaded flows and more. In…