|
|
|
|
|
by pizza234
2253 days ago
|
|
Not a common use case, but a GUI with background processing is terrible without parallelization. Even if the background process is I/O intensive (which is supposed to be most of the time waiting, therefore freeing the CPU for the foreground process), it doesn't mean it won't end up still blocking (I've experienced this with filesystem operations). |
|