Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously you couldn't call a threaded worker from another threaded worker because creating a worker was not thread safe (see #3472). However, the second threaded worker could already be called with self.call_from_thread, so we bake that in.
- Loading branch information