Sha256: 756107f9b7ea0c234f6dc63f32b4a3cd40a63a62e3840331a33f50233f364b79

Contents?: true

Size: 470 Bytes

Versions: 56

Compression:

Stored size: 470 Bytes

Contents

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

module Coolio
  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

56 entries across 56 versions & 6 rubygems

Version Path
cool.io-1.9.0 lib/cool.io/timer_watcher.rb
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/timer_watcher.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/timer_watcher.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/timer_watcher.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/timer_watcher.rb
cool.io-1.8.0 lib/cool.io/timer_watcher.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/cool.io-1.7.1/lib/cool.io/timer_watcher.rb
cool.io-1.7.1-x86-mingw32 lib/cool.io/timer_watcher.rb
cool.io-1.7.1-x64-mingw32 lib/cool.io/timer_watcher.rb
cool.io-1.7.1 lib/cool.io/timer_watcher.rb
cool.io-1.7.0 lib/cool.io/timer_watcher.rb
cool.io-1.6.1 lib/cool.io/timer_watcher.rb
cool.io-1.6.0-x64-mingw32 lib/cool.io/timer_watcher.rb
cool.io-1.6.0-x86-mingw32 lib/cool.io/timer_watcher.rb
cool.io-1.6.0 lib/cool.io/timer_watcher.rb
cool.io-1.5.4-x64-mingw32 lib/cool.io/timer_watcher.rb
cool.io-1.5.4-x86-mingw32 lib/cool.io/timer_watcher.rb
cool.io-1.5.4 lib/cool.io/timer_watcher.rb
cool.io-1.5.3-x86-mingw32 lib/cool.io/timer_watcher.rb
cool.io-1.5.3-x64-mingw32 lib/cool.io/timer_watcher.rb