We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0829923 commit 613ade6Copy full SHA for 613ade6
docs/user-guide/async.rst
@@ -1,8 +1,13 @@
1
+.. _user-guide-async:
2
3
Asynchronous API
-==========
4
+================
5
-Zarr-Python 3 added a new asynchronous API for reading and writing data using `asyncio`.
6
+Zarr-Python 3 added a new asynchronous API for reading and writing data using
7
+`asyncio <https://docs.python.org/3/library/asyncio.html>`_. The asynchronous
8
+API enables concurrent I/O and parallel processing using a managed thread pool.
9
+When operating in an async context, it can be used to provide asynchronous
10
+access to Zarr data.
11
12
The usage of the async API mirrors the synchronous API.
13
0 commit comments