Class: Rev::TimerWatcher

Inherits:
Watcher show all
Extended by:
Meta
Defined in:
lib/rev/timer_watcher.rb,
ext/rev/rev_timer_watcher.c

Instance Method Summary collapse

Methods included from Meta

event_callback, watcher_delegate

Methods inherited from Watcher

#attached?, #enabled?, #evloop

Constructor Details

#initializeObject



19
# File 'ext/rev/rev_timer_watcher.c', line 19

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

Instance Method Details

#attachObject



20
# File 'ext/rev/rev_timer_watcher.c', line 20

static VALUE Rev_TimerWatcher_attach(VALUE self, VALUE loop);

#detachObject



21
# File 'ext/rev/rev_timer_watcher.c', line 21

static VALUE Rev_TimerWatcher_detach(VALUE self);

#disableObject



23
# File 'ext/rev/rev_timer_watcher.c', line 23

static VALUE Rev_TimerWatcher_disable(VALUE self);

#enableObject



22
# File 'ext/rev/rev_timer_watcher.c', line 22

static VALUE Rev_TimerWatcher_enable(VALUE self);

#on_timerObject



25
# File 'ext/rev/rev_timer_watcher.c', line 25

static VALUE Rev_TimerWatcher_on_timer(VALUE self);

#resetObject



24
# File 'ext/rev/rev_timer_watcher.c', line 24

static VALUE Rev_TimerWatcher_reset(VALUE self);