Don't Forget About Xojo's Examples

The documentation does state

When your project is Run in debug mode, Worker uses threads to simulate separate console app processes to help simplify debugging. So when debugging you will not see any benefit of using multiple cores since Xojo threads are limited to a single CPU core.

See Faster processing using the Worker class ā€” Xojo documentation

It is not noted in the Worker documentation itself, which seems to me an oversight.