Lines Matching refs:loop
1 # libasync-loop and libasync-loop-cpp
3 This library provides a general-purpose thread-safe message loop
4 implementation declared in [async/loop.h](include/async/loop.h).
6 message loop implementation. Note that clients can implement their own
11 - `libasync-loop.a` provides the loop implementation itself as declared in
13 - [async-loop/loop.h](include/lib/async-loop/loop.h)
15 - `libasync-loop-cpp.a` provides C++ wrappers:
16 - [async-loop/cpp/loop.h](include/lib/async-loop/cpp/loop.h)
18 ## Using the message loop
20 `libasync-loop.a` provides a general-purpose thread-safe message loop
24 See [async/loop.h](include/async/loop.h) for details.
27 #include <lib/async-loop/loop.h>
64 and `libasync-default.so` is linked into the executable, the message loop
69 their default dispatcher set to the message loop regardless of the value of