logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iv_quit - signal ivykis to exit the main loop

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.

Name

       iv_quit - signal ivykis to exit the main loop

See Also

ivykis(3), iv_examples(3)

ivykis                                             2010-08-15                                         iv_quit(3)

Synopsis

#include<iv.h>voidiv_quit(void);

See Also