Lines Matching refs:loops
5 … a cross-platform library that implements asynchronous I/O based on event loops. It applies to net…
31 …avaScript (JS) APIs with OpenHarmony. It also introduced libuv of Node.js to implement event loops.
35 …as an event loop that contains **uvloop**, we plan to normalize the event loops in the application…
41 …gh Node-API in the future for a long period of time, but shield the event loops in the implementat…
435 | [Loop](#event-loops-in-libuv) | uv_loop_init |
436 | [Loop](#event-loops-in-libuv) | uv_loop_close |
437 | [Loop](#event-loops-in-libuv) | uv_default_loop |
438 | [Loop](#event-loops-in-libuv) | uv_run |
439 | [Loop](#event-loops-in-libuv) | uv_loop_alive |
440 | [Loop](#event-loops-in-libuv) | uv_stop |
639 …loops still exist in the application main loop and other JS worker threads. You are not advised to…