• Max Kellermann's avatar
    utils: use g_usleep() instead of my_usleep() · e7131b5d
    Max Kellermann authored
    Now that I've found this nice function in the GLib docs, we can
    finally remove our custom sleep function.  Still all those callers of
    g_usleep() have to be migrated one day to use events, instead of
    regular polling.
    e7131b5d
timer.c 1.82 KB