File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ involving knowledge of several components and APIs:
2626 serves as a cross-platform abstraction library, giving easy, POSIX-like
2727 access across all major operating systems to many common system tasks, such
2828 as interacting with the filesystem, sockets, timers, and system events. libuv
29- also provides a pthreads-like threading abstraction that may be used to
30- power more sophisticated asynchronous addons that need to move beyond the
29+ also provides a threading abstraction similar to POSIX threads for
30+ more sophisticated asynchronous addons that need to move beyond the
3131 standard event loop. Addon authors are encouraged to think about how to
3232 avoid blocking the event loop with I/O or other time-intensive tasks by
3333 off-loading work via libuv to non-blocking system operations, worker threads
You can’t perform that action at this time.
0 commit comments