[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to wait miliseconds
- From: Russell Shaw <rjshaw iprimus com au>
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: How to wait miliseconds
- Date: Sat, 06 Dec 2003 18:42:45 +1100
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]