SMTO_NORMAL top-level constant

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

The calling thread is not prevented from processing other requests while waiting for the function to return.

Implementation

@Deprecated('Use SEND_MESSAGE_TIMEOUT_FLAGS.SMTO_NORMAL instead')
const SMTO_NORMAL = 0x0000;