kopia lustrzana https://github.com/animator/learn-python
Rename asynchronous_context_managers_generators.md to asynchronous-context-managers-generators.md
rodzic
a894cc0423
commit
9286f219d9
|
@ -107,4 +107,4 @@ asyncio.run(main())
|
|||
### Summary
|
||||
Asynchronous context managers and generators are powerful tools in Python that enhance the efficiency and readability
|
||||
of asynchronous code. By using 'async with' for resource management and 'async for' for iteration, you can write more performant and maintainable asynchronous
|
||||
programs.
|
||||
programs.
|
Ładowanie…
Reference in New Issue