rust/src/rt/rust_gc.h

11 lines
100 B
C
Raw Normal View History

2011-08-19 13:03:46 -07:00
// Rust garbage collection.
struct rust_task;
namespace gc {
void maybe_gc(rust_task *task);
}