6_future_example.md: fix typo
This commit is contained in:
@@ -163,7 +163,7 @@ const VTABLE: RawWakerVTable = unsafe {
|
|||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
// Instead of implementing this on the `MyWaker` oject in `impl Mywaker...` we
|
// Instead of implementing this on the `MyWaker` object in `impl Mywaker...` we
|
||||||
// just use this pattern instead since it saves us some lines of code.
|
// just use this pattern instead since it saves us some lines of code.
|
||||||
fn waker_into_waker(s: *const MyWaker) -> Waker {
|
fn waker_into_waker(s: *const MyWaker) -> Waker {
|
||||||
let raw_waker = RawWaker::new(s as *const (), &VTABLE);
|
let raw_waker = RawWaker::new(s as *const (), &VTABLE);
|
||||||
|
|||||||
Reference in New Issue
Block a user