metal: add lease infrastructure
This commit is contained in:
parent
1f18b46135
commit
e92c92bf49
6 changed files with 502 additions and 58 deletions
|
|
@ -317,7 +317,8 @@ impl ConnectorHandler {
|
|||
while let Some(event) = self.data.connector.event() {
|
||||
match event {
|
||||
ConnectorEvent::Disconnected => break 'outer,
|
||||
ConnectorEvent::HardwareCursor(None) => {}
|
||||
ConnectorEvent::Available => {}
|
||||
ConnectorEvent::Unavailable => {}
|
||||
ev => unreachable!("received unexpected event {:?}", ev),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue