mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
docs/glossary: Describe the callee-owned tuple concept.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user