[Core] Generic sleep function #39469
Labels
Azure.Core
Core.Http
feature-request
This issue requires a new behavior in the product in order be resolved.
For places where we
asyncio.sleep
within core, and in other SDK packages such as azure-cosmos or azure-communication-identity we should replace this with a generic sleep function that works with both asyncio and trio/other transports.This will prevent us from having to import asyncio outside of core except in special cases.
The text was updated successfully, but these errors were encountered: