aboutsummaryrefslogtreecommitdiffstats
path: root/lib/monitor.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/monitor.rb: use Object#__send__ instead of Object#send.shugo2003-12-041-6/+6
* * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.shugo2003-11-121-88/+82
* * lib/monitor.rb (wait): return true on signal/broadcastfalse andshugo2003-11-101-0/+2
* * lib/monitor.rb: revert to the previous revision.shugo2003-11-051-20/+13
* * lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo2003-10-111-13/+20
* Added RDoc comments. Several issues exist: see comments at EOF.gsinclair2003-01-171-0/+76
* * lib/monitor.rb (wait): fix timeout support.shugo2001-04-021-9/+13
* * lib/monitor.rb (wait): ensure reentrance.shugo2001-04-021-11/+10
* * lib/monitor.rb: fixed the example code.shugo2001-03-061-18/+35
* 1.4.0matz1999-08-131-0/+229