This commit is contained in:
Rob Ede 2021-01-28 23:50:51 +00:00
parent bb708cdfea
commit e6a2043659
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ impl Default for Arbiter {
}
impl Arbiter {
/// TODO: make pub(crate) again
pub fn new_system(local: &LocalSet) -> Self {
pub(crate) fn new_system(local: &LocalSet) -> Self {
let (tx, rx) = unbounded_channel();
let arb = Arbiter::with_sender(tx);