SMTO_NOTIMEOUTIFNOTHUNG top-level constant

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

The function does not enforce the time-out period as long as the receiving thread is processing messages.

Implementation

@Deprecated('Use SEND_MESSAGE_TIMEOUT_FLAGS.SMTO_NOTIMEOUTIFNOTHUNG instead')
const SMTO_NOTIMEOUTIFNOTHUNG = 0x0008;