Searched refs:last_call_id (Results 1 – 1 of 1) sorted by relevance
15 last_call_id: u32, field27 last_call_id: 0, in new()44 self.last_call_id = self.last_call_id.wrapping_add(1); in call_method()47 self.senders.lock().unwrap().insert(self.last_call_id, tx); in call_method()52 f(self.last_call_id); in call_method()56 let call_id = self.last_call_id; in call_method()