mirror of
https://github.com/servo/servo.git
synced 2025-07-05 06:23:39 +01:00
feat(constellation): expose msg for bluetooth thread
This commit is contained in:
parent
3695fc4efc
commit
c141090d61
4 changed files with 24 additions and 5 deletions
|
@ -213,3 +213,10 @@ pub enum SWManagerMsg {
|
|||
/// Provide the constellation with a means of communicating with the Service Worker Manager
|
||||
OwnSender(IpcSender<ServiceWorkerMsg>),
|
||||
}
|
||||
|
||||
/// Messages outgoing from the Bluetooth Manager thread to constellation
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub enum BluetoothManagerMsg {
|
||||
/// Requesting to open device select dialog
|
||||
OpenDeviceSelectDialog(Vec<String>, IpcSender<Option<String>>)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue