From: Tony Johansson on
Hi!

One computer with two cores running an application that use only the main
thread will be given time slice
but if this same application use several threads then as I assume will be
given more cpu time because of using additional threads.
I mean for example if you have three threads then you will be given three
time slices.

//Tony