Warning
g_async_queue_timed_pop is deprecated and should not be used in newly-written code. use g_async_queue_timeout_pop().
Pops data from the queue. If the queue is empty, blocks until
end_time or until data becomes available.
If no data is received before end_time, NULL is returned.
To easily calculate end_time, a combination of g_get_current_time()
and g_time_val_add() can be used.
Warning g_async_queue_timed_pop is deprecated and should not be used in newly-written code. use g_async_queue_timeout_pop(). Pops data from the queue. If the queue is empty, blocks until end_time or until data becomes available. If no data is received before end_time, NULL is returned. To easily calculate end_time, a combination of g_get_current_time() and g_time_val_add() can be used.