#include <coil/Task.h>
#include <coil/Guard.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | coil |
Classes | |
class | coil::Async |
class | coil::Async_t< Object, Func > |
class | coil::Async_ref_t< Object, Func > |
Functions | |
template<typename Object, typename Func> | |
Async_t< Object, Func > * | coil::AsyncInvoker (Object *obj, Func func, bool auto_delete=false) |
template<typename Object, typename Func> | |
Async_ref_t< Object, Func > * | coil::AsyncInvoker (Object *obj, Func *func, bool auto_delete=false) |
$Id$