|
NAMEiv_quit - signal ivykis to exit the main loopSYNOPSIS#include <iv.h>void iv_quit(void); DESCRIPTIONiv_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 ALSOivykis(3), iv_examples(3)
Visit the GSP FreeBSD Man Page Interface. |