fixed ms
This commit is contained in:
parent
5605f233fc
commit
01bb599759
@ -873,7 +873,7 @@ where
|
|||||||
/// the timeout handler
|
/// the timeout handler
|
||||||
#[inline]
|
#[inline]
|
||||||
fn timeout_handler(&self) -> WaitOrTimerCallback {
|
fn timeout_handler(&self) -> WaitOrTimerCallback {
|
||||||
let func: WaitOrTimerCallback = unsafe { transmute(self.timeout_handler) };
|
let func: WaitOrTimerCallback = unsafe { transmute(self.timeout_handler()) };
|
||||||
func
|
func
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user