Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Trinidad

 Trinidad

My talk about Trinidad, https://github.com/trinidad at JRubyConf 2011.

David Calavera

August 04, 2011
Tweet

More Decks by David Calavera

Other Decks in Technology

Transcript

  1. class Job < TrinidadScheduler.Simple :start => Time.now, :end => Time.now

    + 240 def run _logger.info “each 5 seconds” end end
  2. ?