Lines Matching refs:in
57 An actual timer example is in the :ref:`reference count section
84 This is also used in node.js where some libuv methods are being bubbled up to
106 CPU time to perform SETI calculations :) An idle watcher is also useful in
121 events we are interested in. ``crunch_away`` will now be called repeatedly
141 This allows cleaning up the work request and all the data in one free call.
199 tasks in small increments as decided by your application. Some libraries though
202 use these in the event loop thread, use the :ref:`threadpool` instead. Of
208 the OS notices a change of state in file descriptors being polled, libuv will
251 things are set in motion. This simply starts a libuv `timer <#timers>`_ which
264 We are interested in the socket fd ``s``, and the ``action``. For every socket
286 in the interval. Then depending on what event triggered the callback, we set
289 point libcurl does all of its internal tasks in small increments, and will
291 wants in its main thread. libcurl keeps queueing messages into its own queue
292 about transfer progress. In our case we are only interested in transfers that
327 things in your application [#]_. A sample plugin using this API is:
362 ``uv_dlsym`` stores a pointer to the symbol in the second argument in the third
364 function we are looking for in the application's plugins.
431 m Obeys string of display settings, in this case green background (40+2), white text (30+7)
445 .. [#] I was first introduced to the term baton in this context, in Konstantin