| libzypp 17.37.14
    | 
#include <zypp-core/zyppng/thread/asyncqueue.h>
 
  
| Public Member Functions | |
| virtual | ~AsyncQueueBase () | 
| void | addWatch (AsyncQueueWatch &watch) | 
| void | removeWatch (AsyncQueueWatch &watch) | 
| void | notifyWatches () | 
| Private Attributes | |
| std::set< AsyncQueueWatch * > | _watches | 
| std::recursive_mutex | _watchLock | 
Definition at line 25 of file asyncqueue.h.
| 
 | virtual | 
Definition at line 9 of file asyncqueue.cc.
| void zyppng::AsyncQueueBase::addWatch | ( | AsyncQueueWatch & | watch | ) | 
Definition at line 12 of file asyncqueue.cc.
| void zyppng::AsyncQueueBase::removeWatch | ( | AsyncQueueWatch & | watch | ) | 
Definition at line 18 of file asyncqueue.cc.
| void zyppng::AsyncQueueBase::notifyWatches | ( | ) | 
Definition at line 24 of file asyncqueue.cc.
| 
 | private | 
Definition at line 34 of file asyncqueue.h.
| 
 | private | 
Definition at line 35 of file asyncqueue.h.