Type Alias massa_pos_worker::DrawCachePtr

source ·
pub(crate) type DrawCachePtr = Arc<(RwLockCondvar, RwLock<PosResult<DrawCache>>)>;
Expand description

Structure of the shared pointer to the computed draws, or error if the draw system failed.

Aliased Type§

struct DrawCachePtr { /* private fields */ }