Multithreading does not have to be hard
Posted April 16th, 2008 by WesleyWhen you write an application that takes some time to complete a task, it might become unresponsive to the user. Ever seen an application turn all white when clicking it?
The answer to solve this is multithreading. But writing a multithreaded application can be quite difficult. If you rush into coding, you quickly [...]