Skip to content

Commit 7bfe908

Browse files
feat(Worker): add initial web worker implementation for background processing
- Introduces Target/Worker.js (2610 bytes) to handle computationally intensive tasks in a background thread - Aligns with Land's performance optimization goals by preventing UI blocking during extension host operations - Establishes foundation for offloading VS Code extension execution or resource-heavy editor features from main process - Enables future parallel processing capabilities while maintaining Sky frontend responsiveness - Implements basic message passing structure for communication between main thread and worker
1 parent 1c82873 commit 7bfe908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Target/Worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)