ruby-systemtimer

System timer provides consistent timeout based on signals
  https://github.com/ph7/system-timer
  0
  no reviews



System timer, a timer based on underlying `sigalrm` system timers, is a solution to ruby processes which hang beyond the time limit when accessing external resources. this is useful when `timeout.rb`, which, on m.r.i 1.8, relies on green threads, does not work consistently.