Subscribe to sandbox updates.
(&self, sandbox_id: &str)
| 46 | |
| 47 | /// Subscribe to sandbox updates. |
| 48 | pub fn subscribe(&self, sandbox_id: &str) -> broadcast::Receiver<()> { |
| 49 | self.sender_for(sandbox_id).subscribe() |
| 50 | } |
| 51 | |
| 52 | /// Remove the bus entry for the given sandbox id. |
| 53 | /// |