thread_scanAll

The main entry point for garbage collection. The supplied delegate will be passed ranges representing both stack and register values.

extern (C)
void
thread_scanAll
nothrow
(
scope ScanAllThreadsFn scan
)

Parameters

scan

The scanner function. It should scan from p1 through p2 - 1.

In: This routine must be preceded by a call to thread_suspendAll.

Suggestion Box / Bug Report