Contents

disable

Temporarily disables collections.

Declaration

- (void) disable;

Discussion

Invocations of this method can be nested. To reenable collection, you must send the collector an enable message once for each invocation of this method.

See Also

Collection State