Answer the question
In order to leave comments, you need to log in
What is the difference between asynchrony with a single thread and multithreading on a single core processor?
What is the difference between asynchrony with a single thread and multithreading on a single core processor? How is a queue of threads running on a single core different from a queue of tasks running on a single thread?
Answer the question
In order to leave comments, you need to log in
The fact that asynchrony is cooperative multitasking, in which the order of execution is determined at the application level, and multithreading is preemptive multitasking, in which the order of execution is actually random.
What is the difference between asynchrony with a single thread and multithreading on a single core processor? How is a queue of threads executing on a single core different from a queue of tasks executing on a single thread?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question