|
template<typename Object , typename Func > |
Async_t< Object, Func > * | coil::AsyncInvoker (Object *obj, Func func, bool auto_delete=false) |
| Helper function for async member function summons. More...
|
|
template<typename Object , typename Func > |
Async_ref_t< Object, Func > * | coil::AsyncInvoker (Object *obj, Func *func, bool auto_delete=false) |
| Helper function for async member function summons. More...
|
|
Asynchronous function invocation helper class.
- Date
- $Date$
- Author
- Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp
Copyright (C) 2009 Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$
Definition in file Async.h.