Changelog
- Changing naming convention, moving toward 1.x convention.
Breaking Changes
- 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.