JULEA
|
Data Fields | |
JCache * | cache |
GAsyncQueue * | queue |
GThread * | thread |
gboolean | working |
GMutex | mutex [1] |
GCond | cond [1] |
An operation cache.
JCache* JOperationCache::cache |
The cache.
GCond JOperationCache::cond[1] |
The condition for working.
GMutex JOperationCache::mutex[1] |
The mutex for working.
GAsyncQueue* JOperationCache::queue |
The queue of operations.
GThread* JOperationCache::thread |
The thread executing operations in the background.
gboolean JOperationCache::working |
Whether thread is currently working.