drop method

void drop()

Manually drops the object and unregisters the FinalizableHandle.

Implementation

void drop() {
  _box.drop();
}