Adds `async/await` support
- Adds
async/await
support. - Keeps the previous synchronous API, enabled by extra feature
blocking
, disabled by default. - Shorten the import path.
- Add missing
Show
andEpisode
types.
async/await
support.blocking
, disabled by default.Show
and Episode
types.