Re: How to wait miliseconds



Günther Rapp wrote:
Hello to all
I am searching for a g_lib or system call to wait 10 or 100 miliseconds
in a thread path the sleep(1)   is too long  i need no second

If you're using async queues, use g_async_queue_timed_pop (), or
else just use g_usleep().




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]