Skip to content

feat: add optional initialization delay for background processor setup#814

Merged
hm21 merged 2 commits intostablefrom
feat/init-delay-isolation
Apr 15, 2026
Merged

feat: add optional initialization delay for background processor setup#814
hm21 merged 2 commits intostablefrom
feat/init-delay-isolation

Conversation

@hm21
Copy link
Copy Markdown
Owner

@hm21 hm21 commented Apr 15, 2026

Description

Introduce an optional initializationDelay in ProcessorConfigs to defer the startup of background isolates/threads. This change aims to reduce jank during page transitions by allowing a delay before initialization. The implementation checks for the delay and initializes accordingly.

Related Issue: Closes #

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@hm21 hm21 merged commit 140317d into stable Apr 15, 2026
1 check passed
@hm21 hm21 deleted the feat/init-delay-isolation branch April 15, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant