35 #ifndef ROSRT_SIMPLE_GC_H 36 #define ROSRT_SIMPLE_GC_H 42 #include <boost/thread/thread.hpp> 83 #endif // ROSRT_SIMPLE_GC_H
boost::thread pool_gc_thread_
MWSRQueue< PoolGCItem > pool_gc_queue_
void(* DeleteFunc)(void *pool)
void add(void *pool, DeleteFunc deleter, IsDeletableFunc deletable)
IsDeletableFunc is_deletable
bool(* IsDeletableFunc)(void *pool)
SimpleGC(const InitOptions &ops)