**Full Changelog**: https://github.com/phi-friday/timeout-executor/compare/v0.2.1...v0.3.1
breaking changes
1. remove other parallel execution library dependencies(`billiard`, `loky`, etc...), use `subprocess`.
2. remove other serialization library dependencies(`dill`, `pickle`, etc...), use `cloudpickle` only.
3. Use `AsyncResult`.