#include <thread.hh>
Basic operations | |
Thread (const std::tr1::function< void() throw()> &) | |
~Thread () | |
Static Public Member Functions | |
static void | idle_adapter (const std::tr1::function< void() throw()> &) |
If threading is disabled, the threaded function is executed immediately in the current context.
static void paludis::Thread::idle_adapter | ( | const std::tr1::function< void() throw()> & | ) | [static] |
Adapt a function for use in IdleActionPool.