pub struct ShareBlock;
Expand description
The Connection
can be moved to other threads, and be used by multiple threads concurrently. Blocks when multiple threads call a function.
See the MQCNO_HANDLE_SHARE_BLOCK
connection option.
Trait Implementations§
Source§const MQCNO_HANDLE_SHARE: MQLONG = 64i32
const MQCNO_HANDLE_SHARE: MQLONG = 64i32
One of the
MQCNO_HANDLE_SHARE_*
MQ constantsAuto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more