Description
Provides a compatibility layer between asyncio, Twisted, and older Trollius-style async code. It helps libraries support multiple asynchronous frameworks without duplicating all integration logic.
Developers use it as an async compatibility library. Cross-framework behavior should be tested carefully, especially cancellation, errors, and cleanup between event loops.