LocalWorker() — create a worker running on the local machine

LocalWorker()

This creates a new worker process, which will run on the same machine as the manager. This is useful if the machine has multiple CPUs, or if the manager process is going to be largely idle. It should be added to a Job object to be useful.