1iv_quit(3) ivykis programmer's manual iv_quit(3)234
NAME
6iv_quit - signal ivykis to exit the main loop7
SYNOPSIS
9#include <iv.h>1011void iv_quit(void);12
DESCRIPTION
14iv_quit signals ivykis to exit the current thread's main loop.1516If called from any callback function, iv_quit will cause the iv_main(3)17function called from the current thread to return. It is not meant to18be used casually.19
SEE ALSO
21ivykis(3), iv_examples(3)22232425ivykis 2010-08-15 iv_quit(3)