Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
release v0.21.22
|
|
|
|
|
|
|
|
|
|
Just like std::condition_variable, which however has no way to specify
the std::mutex directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This adds a bit of overhead, but also adds flexibility to the API,
because arbitrary triggers may be invoked from that virtual method
implementation, not just Cond::signal().
The motivation for this is to make the handlers more dynamic, for the
upcoming buffering class utilizing ProxyInputStream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Eliminate dependency on io_thread_get().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's
upgrade that (optional) dependency so we can remove all those
g_thread_init() calls.
|
|
|
|
Auto-stop the IO thread in all error handlers.
|
|
|
|
|