Kaydet (Commit) 62f8eccd authored tarafından Victor Stinner's avatar Victor Stinner

asyncio doc: document StreamWriter.drain()

üst 8c462c5a
......@@ -126,9 +126,9 @@ StreamWriter
.. method:: drain()
This method has an unusual return value.
Wait until the write buffer of the underlying transport is flushed.
The intended use is to write::
This method has an unusual return value. The intended use is to write::
w.write(data)
yield from w.drain()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment