wxruby-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wxruby-dev] what happens to ruby threads


From: Richard Kilmer
Subject: [Wxruby-dev] what happens to ruby threads
Date: Mon, 30 Jun 2003 18:33:59 -0400

then you enter:

a = RbApp.new
a.main_loop()

Do all other Ruby threads freeze?

In other words...if you have this (in minimal.rb):

<snip all the code for minimal.rb>

Thread.new do
  while true
    sleep 5
    puts "hello"
  end
end

a = RbApp.new
a.main_loop()

______

Will you ever see the hello(s)?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]