Feedback
Applications can run isolated worker pools across CPU cores
- Status
- Fixed
- Fixed in
- v26.8.5
- Source discussion
- -
- Last updated
- 2026-08-22
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add first-class Worker projects and a WorkerPool API so Desktop and Command Line applications can queue CPU-intensive jobs to isolated child processes that run concurrently across the machine's available processor cores. Studio should compile, run, debug, build, publish, and deploy referenced workers automatically. Jobs need binary and text payloads, progress reporting, cooperative cancellation with forced termination fallback, structured failures, bounded queues, configurable process counts and priorities, and crash isolation/recovery.