void prepareSending()

Source

void prepareSending() {
  if (!_pendingSending) {
    _pendingSending = true;
    responder.addProcessor(this);
  }
}