deimos.ev

Undocumented in source.

Members

Aliases

EVLOOP_NONBLOCK
alias EVLOOP_NONBLOCK = EVRUN_NOWAIT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLOOP_ONESHOT
alias EVLOOP_ONESHOT = EVRUN_ONCE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVUNLOOP_ALL
alias EVUNLOOP_ALL = EVBREAK_ALL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVUNLOOP_CANCEL
alias EVUNLOOP_CANCEL = EVBREAK_CANCEL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVUNLOOP_ONE
alias EVUNLOOP_ONE = EVBREAK_ONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_ATOMIC_T
alias EV_ATOMIC_T = sig_atomic_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_destroy
alias ev_default_destroy = ev_loop_destroy
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_fork
alias ev_default_fork = ev_loop_fork
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop
alias ev_loop = ev_run
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_count
alias ev_loop_count = ev_iteration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_depth
alias ev_loop_depth = ev_depth
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_verify
alias ev_loop_verify = ev_verify
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_statdata
alias ev_statdata = stat.stat_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_tstamp
alias ev_tstamp = double
ev_unloop
alias ev_unloop = ev_break
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

EVBREAK_CANCEL
anonymousenum EVBREAK_CANCEL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVFLAG_AUTO
anonymousenum EVFLAG_AUTO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVFLAG_NOSIGFD
anonymousenum EVFLAG_NOSIGFD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVFLAG_NOSIGFD
anonymousenum EVFLAG_NOSIGFD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVFLAG_NOSIGMASK
anonymousenum EVFLAG_NOSIGMASK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLOOP_NONBLOCK
anonymousenum EVLOOP_NONBLOCK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVRUN_NOWAIT
anonymousenum EVRUN_NOWAIT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVUNLOOP_CANCEL
anonymousenum EVUNLOOP_CANCEL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_TIMEOUT
anonymousenum EV_TIMEOUT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_TIMER
anonymousenum EV_TIMER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_UNDEF
anonymousenum EV_UNDEF
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ev_async_init
void ev_async_init(ev_async* w, void function(ev_loop_t*, ev_async*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_async_pending
bool ev_async_pending(ev_async* watch)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_async_send
void ev_async_send(ev_loop_t* loop, ev_async* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_async_set
void ev_async_set(ev_async* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_async_start
void ev_async_start(ev_loop_t* loop, ev_async* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_async_stop
void ev_async_stop(ev_loop_t* loop, ev_async* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_backend
uint ev_backend(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_break
void ev_break(ev_loop_t* loop, int how)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_cb
void function(ev_loop_t*, TYPE*, int) ev_cb(TYPE* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_check_init
void ev_check_init(ev_check* w, void function(ev_loop_t*, ev_check*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_check_set
void ev_check_set(ev_check* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_check_start
void ev_check_start(ev_loop_t* loop, ev_check* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_check_stop
void ev_check_stop(ev_loop_t* loop, ev_check* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_child_init
void ev_child_init(ev_child* w, void function(ev_loop_t*, ev_child*, int) cb, int pid, int trace)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_child_set
void ev_child_set(ev_child* w, int pid, int trace)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_child_start
void ev_child_start(ev_loop_t* loop, ev_child* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_child_stop
void ev_child_stop(ev_loop_t* loop, ev_child* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_cleanup_init
void ev_cleanup_init(ev_cleanup* w, void function(ev_loop_t*, ev_cleanup*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_cleanup_set
void ev_cleanup_set(ev_cleanup* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_cleanup_start
void ev_cleanup_start(ev_loop_t* loop, ev_cleanup* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_cleanup_stop
void ev_cleanup_stop(ev_loop_t* loop, ev_cleanup* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_clear_pending
int ev_clear_pending(ev_loop_t* loop, void* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_destroy
void ev_default_destroy()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_fork
void ev_default_fork()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_loop
ev_loop_t* ev_default_loop(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_loop
ev_loop_t* ev_default_loop(uint flags)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_default_loop
int ev_default_loop(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_loop_init
ev_loop_t* ev_default_loop_init(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_default_loop_uc
ev_loop_t* ev_default_loop_uc()
Undocumented in source. Be warned that the author may not have intended to support it.
ev_depth
uint ev_depth(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_embed_init
void ev_embed_init(ev_embed* w, void function(ev_loop_t*, ev_embed*, int) cb, ev_loop_t* other)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_embed_set
void ev_embed_set(ev_embed* w, ev_loop_t* other)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_embed_start
void ev_embed_start(ev_loop_t* loop, ev_embed* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_embed_stop
void ev_embed_stop(ev_loop_t* loop, ev_embed* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_embed_sweep
void ev_embed_sweep(ev_loop_t* loop, ev_embed* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_embeddable_backends
uint ev_embeddable_backends()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_feed_event
void ev_feed_event(ev_loop_t* loop, void* w, int revents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_feed_fd_event
void ev_feed_fd_event(ev_loop_t* loop, int fd, int revents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_feed_signal
void ev_feed_signal(int signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_feed_signal_event
void ev_feed_signal_event(ev_loop_t* loop, int signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_fork_init
void ev_fork_init(ev_fork* w, void function(ev_loop_t*, ev_fork*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_fork_set
void ev_fork_set(ev_fork* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_fork_start
void ev_fork_start(ev_loop_t* loop, ev_fork* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_fork_stop
void ev_fork_stop(ev_loop_t* loop, ev_fork* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_idle_init
void ev_idle_init(ev_idle* w, void function(ev_loop_t*, ev_idle*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_idle_set
void ev_idle_set(ev_idle* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_idle_start
void ev_idle_start(ev_loop_t* loop, ev_idle* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_idle_stop
void ev_idle_stop(ev_loop_t* loop, ev_idle* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_init
void ev_init(TYPE* w, void function(ev_loop_t*, TYPE*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_invoke
void ev_invoke(ev_loop_t* loop, void* w, int revents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_invoke_pending
void ev_invoke_pending(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_io_init
void ev_io_init(ev_io* w, void function(ev_loop_t*, ev_io*, int) cb, int fd, int events)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_io_set
void ev_io_set(ev_io* w, int fd, int events)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_io_start
void ev_io_start(ev_loop_t* loop, ev_io* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_io_stop
void ev_io_stop(ev_loop_t* loop, ev_io* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_is_active
bool ev_is_active(TYPE* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_is_default_loop
int ev_is_default_loop(ev_loop_t* loop)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_is_pending
bool ev_is_pending(TYPE* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_iteration
uint ev_iteration(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop
void ev_loop(ev_loop_t* loop, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_count
uint ev_loop_count(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_depth
uint ev_loop_depth(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_destroy
void ev_loop_destroy(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_destroy
void ev_loop_destroy(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_fork
void ev_loop_fork(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_fork
void ev_loop_fork(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_new
ev_loop_t* ev_loop_new(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_verify
void ev_loop_verify(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_now
ev_tstamp ev_now(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_now
ev_tstamp ev_now()
Undocumented in source. Be warned that the author may not have intended to support it.
ev_now_update
void ev_now_update(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_once
void ev_once(ev_loop_t* loop, int fd, int events, ev_tstamp timeout, void function(int revents, void* arg) , void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_pending_count
uint ev_pending_count(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_periodic_again
void ev_periodic_again(ev_loop_t* loop, ev_periodic* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_periodic_at
ev_tstamp ev_periodic_at(ev_watcher_time* ev)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_periodic_init
void ev_periodic_init(ev_periodic* w, void function(ev_loop_t*, ev_periodic*, int) cb, ev_tstamp ofs, ev_tstamp ival, ev_tstamp function(ev_periodic* w, ev_tstamp now) res)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_periodic_set
void ev_periodic_set(ev_periodic* w, ev_tstamp ofs, ev_tstamp ival, ev_tstamp function(ev_periodic* w, ev_tstamp now) res)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_periodic_start
void ev_periodic_start(ev_loop_t* loop, ev_periodic* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_periodic_stop
void ev_periodic_stop(ev_loop_t* loop, ev_periodic* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_prepare_init
void ev_prepare_init(ev_prepare* w, void function(ev_loop_t*, ev_prepare*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_prepare_set
void ev_prepare_set(ev_prepare* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_prepare_start
void ev_prepare_start(ev_loop_t* loop, ev_prepare* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_prepare_stop
void ev_prepare_stop(ev_loop_t* loop, ev_prepare* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_priority
int ev_priority(TYPE* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_priority
int ev_priority(TYPE* w)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_recommended_backends
uint ev_recommended_backends()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_ref
void ev_ref(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_resume
void ev_resume(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_run
void ev_run(ev_loop_t* loop, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_set_allocator
void ev_set_allocator(void* function(void* ptr, c_long size) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_set_cb
void ev_set_cb(TYPE* w, void function(ev_loop_t*, TYPE*, int) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_set_invoke_pending_cb
void ev_set_invoke_pending_cb(ev_loop_t* loop, void function(ev_loop_t* loop) invoke_pending_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_set_io_collect_interval
void ev_set_io_collect_interval(ev_loop_t* loop, ev_tstamp interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_set_loop_release_cb
void ev_set_loop_release_cb(ev_loop_t* loop, void function(ev_loop_t* loop) release, void function(ev_loop_t* loop) acquire)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_set_priority
void ev_set_priority(TYPE* w, int pri)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_set_priority
void ev_set_priority(TYPE* w, int pri)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_set_syserr_cb
void ev_set_syserr_cb(void function(const(char*) msg) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_set_timeout_collect_interval
void ev_set_timeout_collect_interval(ev_loop_t* loop, ev_tstamp interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_set_userdata
void ev_set_userdata(ev_loop_t* loop, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_signal_init
void ev_signal_init(ev_signal* w, void function(ev_loop_t*, ev_signal*, int) cb, int signum)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_signal_set
void ev_signal_set(ev_signal* w, int signum)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_signal_start
void ev_signal_start(ev_loop_t* loop, ev_signal* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_signal_stop
void ev_signal_stop(ev_loop_t* loop, ev_signal* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_sleep
void ev_sleep(ev_tstamp delay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_stat_init
void ev_stat_init(ev_stat* w, void function(ev_loop_t*, ev_stat*, int) cb, char* path, ev_tstamp interval)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_stat_set
void ev_stat_set(ev_stat* w, char* path, ev_tstamp interval)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_stat_start
void ev_stat_start(ev_loop_t* loop, ev_stat* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_stat_stat
void ev_stat_stat(ev_loop_t* loop, ev_stat* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_stat_stop
void ev_stat_stop(ev_loop_t* loop, ev_stat* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_supported_backends
uint ev_supported_backends()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_suspend
void ev_suspend(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_time
ev_tstamp ev_time()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_timer_again
void ev_timer_again(ev_loop_t* loop, ev_timer* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_timer_init
void ev_timer_init(ev_timer* w, void function(ev_loop_t*, ev_timer*, int) cb, ev_tstamp after, ev_tstamp repeat)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_timer_remaining
ev_tstamp ev_timer_remaining(ev_loop_t* loop, ev_timer* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_timer_set
void ev_timer_set(ev_timer* w, ev_tstamp after, ev_tstamp repeat)
Undocumented in source. Be warned that the author may not have intended to support it.
ev_timer_start
void ev_timer_start(ev_loop_t* loop, ev_timer* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_timer_stop
void ev_timer_stop(ev_loop_t* loop, ev_timer* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_unloop
void ev_unloop(ev_loop_t* loop, int how)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_unref
void ev_unref(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_userdata
void* ev_userdata(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_verify
void ev_verify(ev_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_version_major
int ev_version_major()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_version_minor
int ev_version_minor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_walk
void ev_walk(ev_loop_t* loop, int types, void function(ev_loop_t* loop, int type, void* w) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

EV_A
enum EV_A;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_A_
enum EV_A_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_DEFAULT
enum EV_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_DEFAULT_
enum EV_DEFAULT_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_DEFAULT_UC
enum EV_DEFAULT_UC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_DEFAULT_UC_
enum EV_DEFAULT_UC_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_MAXPRI
enum EV_MAXPRI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_MINIMAL
enum EV_MINIMAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_MINPRI
enum EV_MINPRI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_P
enum EV_P;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_P_
enum EV_P_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_VERSION_MAJOR
enum EV_VERSION_MAJOR;
EV_VERSION_MINOR
enum EV_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

ev_default_loop_ptr
ev_loop_t* ev_default_loop_ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_rt_now
ev_tstamp ev_rt_now;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ev_async
struct ev_async
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_check
struct ev_check
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_child
struct ev_child
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_cleanup
struct ev_cleanup
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_embed
struct ev_embed
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_fork
struct ev_fork
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_idle
struct ev_idle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_io
struct ev_io
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_loop_t
struct ev_loop_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_periodic
struct ev_periodic
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_prepare
struct ev_prepare
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_signal
struct ev_signal
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_stat
struct ev_stat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_timer
struct ev_timer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_watcher
struct ev_watcher
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_watcher_list
struct ev_watcher_list
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ev_watcher_time
struct ev_watcher_time
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

EV_CB_DECLARE
template EV_CB_DECLARE(TYPE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_COMMON
template EV_COMMON()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_DECL_PRIORITY
template EV_DECL_PRIORITY()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_DECL_PRIORITY
template EV_DECL_PRIORITY()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_WATCHER
template EV_WATCHER(TYPE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_WATCHER_LIST
template EV_WATCHER_LIST(TYPE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_WATCHER_TIME
template EV_WATCHER_TIME(TYPE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta