Feedback
Correct Task.Run documentation to match VM-thread execution
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- https://forum.objo.dev/d/907-concurrentdictionary
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
The Task documentation and built-in API metadata incorrectly state that Task.Run executes Objo closures on a background thread. The current runtime schedules those closures through the VM callback queue, so they execute on the owning VM thread. The documentation should describe the implemented behaviour and direct CPU-parallel work to Worker processes.