Class: Coolio::TimerWatcher

Inherits:
Watcher
  • Object
show all
Extended by:
Meta
Defined in:
lib/cool.io/timer_watcher.rb,
ext/cool.io/timer_watcher.c

Direct Known Subclasses

DNSResolver::Timeout

Instance Method Summary collapse

Methods included from Meta

event_callback, watcher_delegate

Methods inherited from Watcher

#attached?, #enabled?, #evloop

Constructor Details

#initializeObject



18
# File 'ext/cool.io/timer_watcher.c', line 18

static VALUE Coolio_TimerWatcher_initialize(int argc, VALUE *argv, VALUE self);

Instance Method Details

#attachObject



19
# File 'ext/cool.io/timer_watcher.c', line 19

static VALUE Coolio_TimerWatcher_attach(VALUE self, VALUE loop);

#detachObject



20
# File 'ext/cool.io/timer_watcher.c', line 20

static VALUE Coolio_TimerWatcher_detach(VALUE self);

#disableObject



22
# File 'ext/cool.io/timer_watcher.c', line 22

static VALUE Coolio_TimerWatcher_disable(VALUE self);

#enableObject



21
# File 'ext/cool.io/timer_watcher.c', line 21

static VALUE Coolio_TimerWatcher_enable(VALUE self);

#on_timerObject



24
# File 'ext/cool.io/timer_watcher.c', line 24

static VALUE Coolio_TimerWatcher_on_timer(VALUE self);

#resetObject



23
# File 'ext/cool.io/timer_watcher.c', line 23

static VALUE Coolio_TimerWatcher_reset(VALUE self);