mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-31 22:06:59 +02:00
Re-register task on every future poll
This commit is contained in:
@@ -29,6 +29,10 @@ impl<T> Cell<T> {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) unsafe fn get_ref(&mut self) -> &T {
|
||||
&*self.inner.as_ref().get()
|
||||
}
|
||||
|
||||
pub(crate) unsafe fn get_mut(&mut self) -> &mut T {
|
||||
&mut *self.inner.as_ref().get()
|
||||
}
|
||||
|
Reference in New Issue
Block a user