blob: be82cfed7f138af3dd4f0fdd2ad586ccef987a33 (
plain)
1
2
3
|
Implement ``asyncio.StreamWriter.awrite`` and
``asyncio.StreamWriter.aclose()`` coroutines. Methods are needed for
providing a consistent stream API with control flow switched on by default.
|