Lines Matching refs:event
4 Wait a minute? Why are we on threads? Aren't event loops supposed to be **the
19 section within libuv. Whereas other features intimately depend on the event
23 event loop.
28 This chapter makes the following assumption: **There is only one event loop,
30 with the event loop (except using ``uv_async_send``).
195 with the event-loop paradigm. When you use event loops, it is *imperative to
203 getting them to play with an event loop library generally involves rolling your
210 event loop from performing other activities.
235 will be called on the thread the event loop is running in. It will be passed
325 event.
357 ``uv_async_send()`` is actually only meant to wake up the event loop. Use