SMTO_BLOCK top-level constant

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

Prevents the calling thread from processing any other requests until the function returns.

Implementation

@Deprecated('Use SEND_MESSAGE_TIMEOUT_FLAGS.SMTO_BLOCK instead')
const SMTO_BLOCK = 0x0001;