Incremental garbage collection status
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Incremental garbage collection status
- From: Mark Hamburg <mhamburg@...>
- Date: 2005年3月18日 17:58:50 -0800
Is there a way to tell whether a call to step the garbage collector finished
the collection? I want to run an idle time task to drive the GC forward but
I want to stop the task once collection has finished.
Mark