#include "system/System.h"
#include <vector>
#include <list>
#include <sys/time.h>
#include <QMutex>
#include <iostream>
Include dependency graph for Scavenger.h:

This graph shows which files directly or indirectly include this file:

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... | |
1.5.1