What's Changed
- Document how to support different distributed worker backends by @JamesWrigley in #11
- Add a watcher mechanism to detect when Distributed might be in use by @JamesWrigley in #10
- Don't start watcher during precompile by @jpsamaroo in #15
- Enable the SSHManager tests on 32-bit platforms by @JamesWrigley in #16
- Catch exception thrown from sleep() in the Distributed watcher by @JamesWrigley in #14
- Implement other_workers() and other_procs() by @JamesWrigley in #18
- Specialize remotecall_pool(remotecall) to wait for the remotecall by @JamesWrigley in #20
- Export
remotecall_eval
by @JamesWrigley in #23 - Create workers only once in the thread-safety tests by @JamesWrigley in #24
- Document that
@spawnat :any
doesn't do load-balancing by @JamesWrigley in #22 - Support bind port hints by @JamesWrigley in #19
- Fix network interface selection and bump version by @JamesWrigley in #29
New Contributors
- @jpsamaroo made their first contribution in #15
Full Changelog: v1.0.0...v1.1.0