Persistence Async Loading

Load save files asynchronously to prevent frame hitches

LgrappaG c47f157 573 B Updated

File contents

Persistence Async Loading

Load save files asynchronously to prevent frame hitches

Risk Level

MEDIUM

Core Rules

  • Implement properly
  • Test thoroughly
  • Validate results

Response Pattern

  1. Design appropriate approach
  2. Implement solution
  3. Test edge cases
  4. Validate quality

Usage Contexts

  • Smooth gameplay
  • Development workflows

What NOT to Do

  • Race conditions during async load
  • Incomplete testing
  • Deploy without validation

LgrappaG/Workflows-Agents/tree/main/skills/persistence-async-loading commit c47f1578e5

Frequently asked questions

npx skillmds@latest add lgrappag/persistence-async-loading