MADNESS
0.10.1
|
Public Member Functions | |
Submit (PoolTaskInterface *p) | |
void | notify () |
Invoked by the callback to notify when a dependency is satisfied. More... | |
Public Member Functions inherited from madness::CallbackInterface | |
virtual | ~CallbackInterface () |
virtual void | notify_debug (const char *caller) |
Same as notify(), but tracks how many times called from each caller . More... | |
Public Attributes | |
PoolTaskInterface * | p |
Additional Inherited Members | |
Protected Member Functions inherited from madness::CallbackInterface | |
virtual void | notify_debug_impl (const char *caller) |
|
inline |
|
inlinevirtual |
Invoked by the callback to notify when a dependency is satisfied.
Implements madness::CallbackInterface.
References madness::ThreadPool::add(), and p.
PoolTaskInterface* madness::TaskInterface::Submit::p |
Referenced by notify().