docs/glossary: Describe the callee-owned tuple concept.

This commit is contained in:
Paul Sokolovsky
2017-12-03 15:07:46 +02:00
parent bb047558da
commit 4fee35a32c
2 changed files with 25 additions and 2 deletions

View File

@@ -78,8 +78,8 @@ Methods
.. method:: poll.ipoll(timeout=-1, flags=0)
Like :meth:`poll.poll`, but instead returns an iterator which yields
`callee-owned tuples`. This function provides efficient, allocation-free
Like :meth:`poll.poll`, but instead returns an iterator which yields a
`callee-owned tuple`. This function provides an efficient, allocation-free
way to poll on streams.
If *flags* is 1, one-shot behavior for events is employed: streams for