Description
Write asynchronous Python code that can run across multiple event-loop implementations through a high-level compatibility layer. It helps libraries support asyncio, Trio-style patterns, and structured concurrency more consistently.
Async abstractions still need explicit cancellation, timeout, and resource handling. Test behavior under the event loop used by the application.