]> mj.ucw.cz Git - libucw.git/commit
Added a universal main loop with timers, file descriptor polling and process
authorMartin Mares <mj@ucw.cz>
Wed, 7 Apr 2004 22:03:30 +0000 (22:03 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 7 Apr 2004 22:03:30 +0000 (22:03 +0000)
commit1da6ba3aeb33c68e8b3a50fe1d76242192343191
treebf007536ccc22289d7e55e1ad8035b0d64b884fc
parentb7a03ef26dd7b3587979cba5defb67c28303d511
Added a universal main loop with timers, file descriptor polling and process
watching. Inspired by the glib main loop, but this one has a much nicer
interface.

It will be used in the Shepherd master and if it turns out to be useful,
I'll convert the other programs to use it some day.
lib/Makefile
lib/mainloop.c [new file with mode: 0644]
lib/mainloop.h [new file with mode: 0644]