Function Reactor.requestGCCollection

Request that a GC collection take place ASAP

void requestGCCollection (
  bool waitForCollection = true
) @nogc @safe;

Parameters

NameDescription
waitForCollection whether to wait for the collection to finish before returning.