-
-
Notifications
You must be signed in to change notification settings - Fork 202
Feat: Manager.startWorker Remote Method #8949
Copy link
Copy link
Closed
Labels
aicoreCore framework functionalityCore framework functionalityenhancementNew feature or requestNew feature or request
Description
Implement a remote method startWorker(name) in src/worker/Manager.mjs.
Requirements:
- Check: If the worker (e.g., 'canvas') is already active, return success immediately.
- Create: If not, use the existing
createWorkerand configuration injection logic to start it. - Handshake: Ensure the new worker is fully connected (message channels established) before returning.
- Expose: Add
startWorkerto theremoteconfig so the App worker can call it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aicoreCore framework functionalityCore framework functionalityenhancementNew feature or requestNew feature or request