------------------
* Added support in a ``AsyncThrottledQueue`` class that only differs a bit from the regular ``ThrottledQueue``:
* ``__len__`` is removed, instead a awaitable ``size()`` method is available.
* ``__init__`` doesn't validate version anymore, instead you can await on ``validate_version()``.
* ``push()``, ``pull()`` and ``cleanup()`` are awaitable.
* Added a ``validate_version`` argument to ``ThrottledQueue`` (default: ``True``).