You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/uv/docs/src/design.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ so the current approach is to run blocking file I/O operations in a thread pool.
126
126
For a thorough explanation of the cross-platform file I/O landscape, checkout
127
127
`this post <http://blog.libtorrent.org/2012/10/asynchronous-disk-io/>`_.
128
128
129
-
libuv currently uses a global thread pool on which all loops can queue work on. 3 types of
129
+
libuv currently uses a global thread pool on which all loops can queue work. 3 types of
0 commit comments