Lines Matching refs:threads
4 Wait a minute? Why are we on threads? Aren't event loops supposed to be **the
10 calls. libuv also uses threads to allow you, the application, to perform a task
14 Today there are two predominant thread libraries: the Windows threads
20 loop and callback principles, threads are complete agnostic, they block as
26 threads are different on all platforms, with different levels of completeness.
71 This section is purposely spartan. This book is not about threads, so I only
152 threads can attempt to call ``uv_once()`` with a given guard and a function
176 /* ... spawn threads */
179 After all threads are done, ``i == 1``.
201 a routine which performs I/O under the hood) to be used with threads if you
222 you are changing things while both threads may be running.
295 Sometimes you want various threads to actually send each other messages *while*
309 the message sender, only threads with libuv loops can be receivers (or rather