config: add async tasks and polling infrastructure
This commit is contained in:
parent
7fb68561e8
commit
d4d76c0ef3
13 changed files with 613 additions and 13 deletions
|
|
@ -175,6 +175,8 @@ impl ConfigProxy {
|
|||
timer_ids: NumCell::new(1),
|
||||
timers_by_name: Default::default(),
|
||||
timers_by_id: Default::default(),
|
||||
pollable_id: Default::default(),
|
||||
pollables: Default::default(),
|
||||
});
|
||||
let init_msg = bincode_ops()
|
||||
.serialize(&InitMessage::V1(V1InitMessage {}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue