We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee87f34 commit 6781db5Copy full SHA for 6781db5
docs/src/design.rst
@@ -126,7 +126,7 @@ so the current approach is to run blocking file I/O operations in a thread pool.
126
For a thorough explanation of the cross-platform file I/O landscape, checkout
127
`this post <http://blog.libtorrent.org/2012/10/asynchronous-disk-io/>`_.
128
129
-libuv currently uses a global thread pool on which all loops can queue work on. 3 types of
+libuv currently uses a global thread pool on which all loops can queue work. 3 types of
130
operations are currently run on this pool:
131
132
* File system operations
0 commit comments