Remix.run Logo
ge96 3 days ago

I still gotta wrap my head around concurrency, I'm not sure if using threads count for concurrency

gpderetta 3 days ago | parent [-]

of course it does, why wouldn't they?

ge96 3 days ago | parent [-]

Something about GIL and how code is written (one statement comes before the other), true parallelism, anyway I gotta do my hw

I have not done anything significant like HFT to really dig deep into this

Also coming from JS async/await (nodeJS has one thread)