(
mut self,
pending: (
impl Sender<PublicKey = PublicKey>,
impl Receiver<PublicKey = PublicKey>,
),
recovered: (
impl Sender<PublicK
| 131 | activity_timeout: config.activity_timeout, |
| 132 | skip_timeout: config.skip_timeout, |
| 133 | _strategy: std::marker::PhantomData, |
| 134 | }, |
| 135 | Mailbox::new(sender), |
| 136 | ) |
| 137 | } |
| 138 | |
| 139 | pub fn start( |
| 140 | mut self, |
| 141 | pending: ( |
| 142 | impl Sender<PublicKey = PublicKey>, |
| 143 | impl Receiver<PublicKey = PublicKey>, |
| 144 | ), |
| 145 | recovered: ( |
| 146 | impl Sender<PublicKey = PublicKey>, |
| 147 | impl Receiver<PublicKey = PublicKey>, |
| 148 | ), |
| 149 | resolver: ( |
| 150 | impl Sender<PublicKey = PublicKey>, |
| 151 | impl Receiver<PublicKey = PublicKey>, |
| 152 | ), |
no outgoing calls
no test coverage detected