tasks initial impl (still working on task_on trait method)
This commit is contained in:
@@ -169,3 +169,5 @@ fn null_ptr<W: ?Sized>() -> *const W {
|
||||
unsafe { std::mem::transmute_copy(&[0usize; 1]) }
|
||||
}
|
||||
}
|
||||
|
||||
unsafe impl<W: ?Sized> Send for WidgetRef<W> {}
|
||||
|
||||
Reference in New Issue
Block a user