v0.3.1
Full Changelog: v0.2.1...v0.3.1
breaking changes
- remove other parallel execution library dependencies(
billiard
,loky
, etc...), usesubprocess
. - remove other serialization library dependencies(
dill
,pickle
, etc...), usecloudpickle
only. - Use
AsyncResult
.