Skip to content

Commit 613ade6

Browse files
committed
address reviews
1 parent 0829923 commit 613ade6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/user-guide/async.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
.. _user-guide-async:
12

23
Asynchronous API
3-
==========
4+
================
45

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.
611

712
The usage of the async API mirrors the synchronous API.
813

0 commit comments

Comments
 (0)