From: Berenguer Blasi (bblasi_at_[hidden])
Date: 2006-12-14 10:18:02


Hi,

I was about to use the sleep method for threads when something crossed my
mind:

        - Is this the actual sleep function which will block all resources hold by
the thread during the sleeping time or
        - Is this something with a more wait-wise behaviour were the thread leaves
resources to be used by others while waiting?

Anybody knows?

Thanks in advance.