方法

GLibAsyncQueuepop

声明 [源]

gpointer
g_async_queue_pop (
  GAsyncQueue* queue
)

描述 [源]

从队列中弹出数据。如果队列是空的,则此函数将阻塞直到有数据可用。

返回值

类型: gpointer

队列中的数据。

返回的数据由实例所有。
返回值可以是 NULL