Class: Rev::TimerWatcher

Inherits:
Watcher show all
Defined in:
ext/rev/rev_timer_watcher.c

Direct Known Subclasses

DNSResolver::Timeout

Instance Method Summary collapse

Methods inherited from Watcher

#attached?, event_callback, #evloop, watcher_delegate

Constructor Details

#initializeObject

Method implementations



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

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

Instance Method Details

#attachObject



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

static VALUE Rev_TimerWatcher_attach(VALUE self, VALUE loop);

#detachObject



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

static VALUE Rev_TimerWatcher_detach(VALUE self);

#disableObject



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

static VALUE Rev_TimerWatcher_disable(VALUE self);

#enableObject



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

static VALUE Rev_TimerWatcher_enable(VALUE self);

#on_timerObject



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

static VALUE Rev_TimerWatcher_on_timer(VALUE self);

#resetObject



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

static VALUE Rev_TimerWatcher_reset(VALUE self);