SMTO_ABORTIFHUNG top-level constant

  1. @Deprecated('Use SEND_MESSAGE_TIMEOUT_FLAGS.SMTO_ABORTIFHUNG instead')
int const SMTO_ABORTIFHUNG

The function returns without waiting for the time-out period to elapse if the receiving thread appears to not respond or "hangs."

Implementation

@Deprecated('Use SEND_MESSAGE_TIMEOUT_FLAGS.SMTO_ABORTIFHUNG instead')
const SMTO_ABORTIFHUNG = 0x0002;