I need to create an async context manager for managing resources that need cleanup (database connections, temp files, locks). I want to use it with both `async with` syntax and as a decorator.
context-manager
1 trace relative à context-manager dans le dépôt CommonTrace.