iv_quit - Man Page

signal ivykis to exit the main loop

Synopsis

#include <iv.h>

void iv_quit(void);

Description

iv_quit signals ivykis to exit the current thread's main loop.

If called from any callback function, iv_quit will cause the iv_main(3) function called from the current thread to return.  It is not meant to be used casually.

See Also

ivykis(3), iv_examples(3)

Referenced By

iv_examples(3), iv_main(3).

2010-08-15 ivykis programmer's manual