#195: NSThread causes exception/crash?
------------------------------------+---------------------------------------
Reporter: rebo...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker | Milestone:
Component: MacRuby | Keywords: NSThread
------------------------------------+---------------------------------------
Maybe calling in the wrong way but this seems to fail?
{{{
class AppDelegate
def testit
puts "test"
end
def do_it(sender)
NSThread.detachNewThreadSelector ( "testit",toTarget:self,
withObject:nil)
end
}}}
end
--
Ticket URL: <http://www.macruby.org/trac/ticket/195>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel