Skip to content

Commit e331de2

Browse files
Trotttargos
authored andcommitted
doc: reword POSIX threads text in addons.md
PR-URL: #36436 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7542a3b commit e331de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/addons.md

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)