Update builder.rs

Also expose AsyncSystemRunner
This commit is contained in:
Hengchu Zhang 2020-06-15 13:00:50 -04:00 committed by GitHub
parent 90181cb3ef
commit 3d298c740c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ impl Builder {
}
#[derive(Debug)]
pub(crate) struct AsyncSystemRunner {
pub struct AsyncSystemRunner {
stop: Receiver<i32>,
system: System,
}