Reactor.requestGCCollection

Request that a GC collection take place ASAP

struct Reactor
@safe @nogc
void
requestGCCollection
(
bool waitForCollection = true
)

Parameters

waitForCollection bool

whether to wait for the collection to finish before returning.

Meta