Search found 2 matches

by NotoriousPyro
Sun Apr 03, 2022 5:49 pm
Forum: General discussion
Topic: Parrallel processing in games & applications
Replies: 433
Views: 202520

Re: Parrallel processing in games & applications

I disagree. Asynchronous means non-sequential programming, of which multithreading is one type. Or to be more specific, multithreading is a sub-set, or implementation, of Asynchronous programming. Asynchronous programs can run on one thread or they can run on multiple threads. Asynchronous code is ...
by NotoriousPyro
Sun Feb 27, 2022 9:44 pm
Forum: General discussion
Topic: Parrallel processing in games & applications
Replies: 433
Views: 202520

Re: Parrallel processing in games & applications

[...]it may appear like multithreading is hard[...] [...]asynchronous code[...] I stopped reading when you mentioned the two in the same paragraph. Asynchronicity is not the same as multithreading. It is important to distinguish between the two... Your misunderstanding is extremely common. Many peo...

Go to advanced search