#768: Timeout is broken. It seems MacRuby does not dispatch the Thread.
----------------------------------+-----------------------------------------
 Reporter:  watson1...@…          |       Owner:  lsansone...@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------
 Timeout is broken.
 Even if Timeout which I appointed passed, MacRuby's execution is not
 finished.

 {{{
 require 'timeout'

 Timeout::timeout(1) do
   i = 0
   loop do
     i += 1
   end
 end
 }}}

 I think it seems MacRuby does not dispatch the Thread.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/768>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to