ruby thread programming , ruby equivalent of java wait/notify/notifyAll

Posted by Geo on Stack Overflow See other posts from Stack Overflow or by Geo
Published on 2009-02-11T00:22:21Z Indexed on 2010/05/01 4:47 UTC
Read the original article Hit count: 253

I would like to know what are ruby's alternatives to the Java methods :

  • wait
  • notify
  • notifyAll

Could you please post a small snippet or some links ?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about java