- Opportunistically use `cloudpickle` to serialize jobs and results. (115)
- Timeout arguments of `open_worker_context`, `idle_timeout` and `grace_period`,
now work like trio timeouts, accepting any non-negative `float` value. (116)
- Worker process startup is now faster, by importing trio lazily (117)
- `open_worker_context` now returns a context object that can be used to run
functions explicitly in a certain context (`WorkerContext.run_sync`) rather
than implicitly altering the behavior of `trio_parallel.run_sync`. (127)