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