1iv_quit(3) ivykis programmer's manual iv_quit(3)
23
4
NAME
6iv_quit - signal ivykis to exit the main loop
7
SYNOPSIS
9#include <iv.h>
1011
void iv_quit(void);
12
DESCRIPTION
14iv_quit signals ivykis to exit the current thread's main loop.
1516
If 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 to
18be used casually.
19
SEE ALSO
21ivykis(3), iv_examples(3)
2223
24
25
ivykis 2010-08-15 iv_quit(3)