Description
Legacy asynchronous Python programs can use the asyncio-style event loop API on older runtimes. This compatibility library backports Tulip and PEP 3156 concepts for software that has not moved fully to modern Python.
It is imported by applications and libraries; it does not appear as a separate program. New projects generally use the standard asyncio module instead, while this package helps maintain older dependencies.