Ron Barry/foodini.org
         Latest Entry
prev:20090424           whole blog            in context             next:20090429
%20090427
> take device
Taken.
> press hitchhike button
Digging around on a number of ruby-related threading posts, I came across this
chunk of example code:

    x = Thread.new do
        compute_ultimate_question
    end
    vogon = Thread.new do
        Thread::kill(x)
    end

prev:20090424           whole blog            in context             next:20090429