- Changing naming convention, moving toward 1.x convention.
- All wrapped exceptions and data structures from the
asyncio
andmultiprocessing
modules have now been namespaced into pytasking. For example;pytasking.CancelledError
is nowpytasking.asyncio.CancelledError
. This change is so that it is more explicit and natural.
- Improved documentation.
- Implemented additional helper methods for the Manager class – see the documentation for details.
- This is the initial release of pytasking.