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_main - enter the ivykis main loop

Description

iv_main enters the current thread's ivykis main loop.

       The  ivykis  main  loop  consists  of  checking the status of the registered file descriptors, timers and
       tasks, and either calling callback functions corresponding to active objects, or blocking until an  event
       arrives.

       Each  thread that wants to use ivykis must individually call iv_main to enter the ivykis main loop -- but
       only after having called iv_init(3) earlier.

Name

       iv_main - enter the ivykis main loop

See Also

ivykis(3), iv_examples(3), iv_quit(3)

ivykis                                             2010-08-15                                         iv_main(3)

Synopsis

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

See Also