A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/7d76a232dfb91ef263d27ecc98f79840f0c5ee8e below:

edit addon text about event loop blocking · nodejs/node@7d76a23 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-3

lines changed Original file line number Diff line number Diff line change

@@ -28,10 +28,10 @@ involving knowledge of several components and APIs:

28 28

as interacting with the filesystem, sockets, timers, and system events. libuv

29 29

also provides a threading abstraction similar to POSIX threads for

30 30

more sophisticated asynchronous addons that need to move beyond the

31 -

standard event loop. Addon authors are encouraged to think about how to

31 +

standard event loop. Addon authors should

32 32

avoid blocking the event loop with I/O or other time-intensive tasks by

33 -

off-loading work via libuv to non-blocking system operations, worker threads

34 -

or a custom use of libuv's threads.

33 +

offloading work via libuv to non-blocking system operations, worker threads,

34 +

or a custom use of libuv threads.

35 35 36 36

* Internal Node.js libraries. Node.js itself exports C++ APIs that addons can

37 37

use, the most important of which is the `node::ObjectWrap` class.

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4