multithreading

multithreading

Extension of the multitasking concept, whereby multiple "tasks" may exist within a single application, allowing different portions of the application to execute asynchronously to one another. Multithreading allows an application to continue to respond to user input while lengthy processing takes place in the background.


[Back: multitasking]
[Next: Mutex semaphore]