File: utilities.rst

package info (click to toggle)
python-aiostream 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: python: 2,445; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Utilities
=========

aiostream_ also provides utilites for general asynchronous iteration and asynchronous context management.

Asynchronous iteration
----------------------

.. automodule:: aiostream.aiter_utils
   :members:
   :exclude-members: AsyncExitStack

.. _aiostream: https://github.com/vxgmichel/aiostream