Sha256: 11e10ae55e4322eab1f0a3f944b659409f2cb162d8d61eab6faa3ccc77bec2a1
Contents?: true
Size: 501 Bytes
Versions: 5
Compression:
Stored size: 501 Bytes
Contents
#-- # Copyright (C)2007 Tony Arcieri # You can redistribute this under the terms of the Ruby license # See file LICENSE for details #++ require File.dirname(__FILE__) + '/../rev' module Rev class IOWatcher # The actual implementation of this class resides in the C extension # Here we metaprogram proper event_callbacks for the callback methods # These can take a block and store it to be called when the event # is actually fired. event_callback :timer_watcher end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rev-0.1.1 | lib/rev/timer_watcher.rb |
rev-0.1.0 | lib/rev/timer_watcher.rb |
rev-0.1.2 | lib/rev/timer_watcher.rb |
rev-0.1.3 | lib/rev/timer_watcher.rb |
rev-0.1.4 | lib/rev/timer_watcher.rb |