Skip to content
Snippets Groups Projects
Commit a60b4ed1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Revert "Remove disputed note about read-after-read sync, gh-303"

This reverts commit ec5ca5d5.
parent f4f59088
No related branches found
No related tags found
No related merge requests found
......@@ -412,6 +412,12 @@ class Array:
care of its own operation ordering. The facilities in this section make
this possible.
.. note::
Currently, read and write events are not distinguished.
As a result, e.g., read-only operations will needlessly wait on other
read-only operations (i.e., executed among asynchronous queues).
.. versionadded:: 2014.1.1
.. attribute:: events
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment