from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
iv_quit
Section: ivykis programmer's manual (3) Updated: 201-0-15 Index
Return to Main Contents
NAME
iv_quit - 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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
|