G
gamehack
Hi all,
I was wondering what's the way to create your own main loop? Say I want
to index file and the indexing should be happening in the main loop and
when there are no files to index, the process will just run as a
daemon. I know this is possible with a simple while(1) but what a about
a true main loop?
Regards
I was wondering what's the way to create your own main loop? Say I want
to index file and the indexing should be happening in the main loop and
when there are no files to index, the process will just run as a
daemon. I know this is possible with a simple while(1) but what a about
a true main loop?
Regards