mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 21:58:04 +00:00
create more realistic soak test so that we can see a more representative UI in action
This commit is contained in:
@@ -352,6 +352,11 @@ impl<Channel> Process<Channel> {
|
||||
self.id
|
||||
}
|
||||
|
||||
/// Get the host that this process is running on
|
||||
pub fn host(&self) -> &str {
|
||||
&self.host
|
||||
}
|
||||
|
||||
/// Kill the process and wait for this to complete
|
||||
/// Not public: Klling done via Server.
|
||||
async fn kill(self) -> Result<(), Error> {
|
||||
|
||||
Reference in New Issue
Block a user