mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-03 15:04:13 +00:00
update comment
This commit is contained in:
parent
0708e5e4a1
commit
254bf30ca0
@ -24,7 +24,7 @@ pub struct Client {
|
|||||||
// Shared reference to cancel async operations
|
// Shared reference to cancel async operations
|
||||||
// * keep it private to make sure that `status` member tracked properly
|
// * keep it private to make sure that `status` member tracked properly
|
||||||
cancellable: Cell<Cancellable>,
|
cancellable: Cell<Cancellable>,
|
||||||
// Redirects resolver for different protocols
|
// Redirect resolver for different protocols
|
||||||
pub redirect: Rc<Redirect>,
|
pub redirect: Rc<Redirect>,
|
||||||
// Track update status
|
// Track update status
|
||||||
status: Rc<RefCell<Status>>,
|
status: Rc<RefCell<Status>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user