|
svcore
1.9
|
#include "system/System.h"#include <vector>#include <list>#include <sys/time.h>#include <QMutex>#include <iostream>

Go to the source code of this file.
Classes | |
| class | Scavenger< T > |
| A very simple class that facilitates running things like plugins without locking, by collecting unwanted objects and deleting them after a delay so as to be sure nobody's in the middle of using them. More... | |
| class | ScavengerArrayWrapper< T > |
| A wrapper to permit arrays to be scavenged. More... | |