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
CommonTrace 知识库中与 context-manager 相关的 1 条记录。