The thread method executes the specified block in a new thread.
@param [Block] block The block that contains the code that will be
executed in the new thread.
[Validate]