Skip to main content

INLINE_SETTINGS

Constant INLINE_SETTINGS 

Source
const INLINE_SETTINGS: LocalKey<Settings>;
Expand description

每线程缓存的渲染配置,避免每次渲染都重建宏表 HashMap。 Settings 同样因 RefCell 宏表非 Sync