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
Possible chances to take advantage of libuv stability
Use of libuv polling for the more hardware orientated modules is being seen.
Use is being made of libuv to detect events on a file descriptor in existing stable modules. Some of the features that libuv provide could be exposed via NAPI or use of libuv could be allowed in order to avoid complex changes to some modules.
Possible chances to take advantage of libuv stability
Use of libuv polling for the more hardware orientated modules is being seen.
Use is being made of libuv to detect events on a file descriptor in existing stable modules. Some of the features that libuv provide could be exposed via NAPI or use of libuv could be allowed in order to avoid complex changes to some modules.
modules looked at that support these cases
Code fragement example
Code line links
The text was updated successfully, but these errors were encountered: