Searched refs:application (Results 1 – 8 of 8) sorted by relevance
/libuv/docs/src/guide/ |
H A D | basics.rst | 12 In event-driven programming, an application expresses interest in certain events 51 the sender actually sent something. Instead, the application can request the 53 queue. The application can inspect the events at its convenience (perhaps doing 55 data. It is **asynchronous** because the application expressed interest at one 57 **non-blocking** because the application process was free to do other tasks. 228 application specific information -- between the call site and the callback. All
|
H A D | utilities.rst | 104 you could dispatch a summary of the daily application performance to the 105 developers for analysis during periods of idleness, or use the application's 107 a GUI application. Say you are using an event loop for a file download. If the 110 and the user will face an unresponsive application. In such a case queue up and 199 tasks in small increments as decided by your application. Some libraries though 327 things in your application [#]_. A sample plugin using this API is: 335 which will be called by the application. This plugin is compiled as a shared 336 library and can be loaded by running our application:: 364 function we are looking for in the application's plugins.
|
H A D | filesystem.rst | 13 watchers registered with the event loop when application interaction is 192 and freed by the application. 242 deallocation is application responsibility, so we free the data. 264 like reference counted buffers or a pool of buffers in any major application. 274 in the initialization stages of your application.
|
H A D | introduction.rst | 23 suited for your application and decided to use libuv.
|
H A D | threads.rst | 10 calls. libuv also uses threads to allow you, the application, to perform a task 191 ``uv_queue_work()`` is a convenience function that allows an application to run
|
/libuv/src/win/ |
H A D | process.c | 897 WCHAR* application_path = NULL, *application = NULL, *arguments = NULL, in uv_spawn() local 927 err = uv__utf8_to_utf16_alloc(options->file, &application); in uv_spawn() 999 application_path = search_path(application, in uv_spawn() 1141 uv__free(application); in uv_spawn()
|
/libuv/docs/src/ |
H A D | loop.rst | 109 an application, the default loop is in no way different than the ones
|
/libuv/ |
H A D | ChangeLog | 5491 * samples: add socks5 proxy sample application (Ben Noordhuis) 6044 * windows: make uv_spawn not fail when the libuv embedding application is run
|
Completed in 38 milliseconds