Module Ramaze::Helper::Thread
In: lib/ramaze/helper/thread.rb

Methods

thread  

Public Instance methods

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]