Sha256: e8e5d5c1762e2d267c98ce8c9764c4a7eb85d44575a2f655e43bb3dcfc9d9432

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

#--
# Copyright (C)2007 Tony Arcieri
# You can redistribute this under the terms of the Ruby license
# See file LICENSE for details
#++

module Rev
  class TimerWatcher
    # 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.
    
    extend Meta
    event_callback :on_timer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rev-0.3.2 lib/rev/timer_watcher.rb