JULEA
Data Fields
JOperationCache Struct Reference

Data Fields

JCachecache
 
GAsyncQueue * queue
 
GThread * thread
 
gboolean working
 
GMutex mutex [1]
 
GCond cond [1]
 

Detailed Description

An operation cache.

Field Documentation

◆ cache

JCache* JOperationCache::cache

The cache.

◆ cond

GCond JOperationCache::cond[1]

The condition for working.

◆ mutex

GMutex JOperationCache::mutex[1]

The mutex for working.

◆ queue

GAsyncQueue* JOperationCache::queue

The queue of operations.

◆ thread

GThread* JOperationCache::thread

The thread executing operations in the background.

◆ working

gboolean JOperationCache::working

Whether thread is currently working.


The documentation for this struct was generated from the following file: