Searched defs:context (Results 1 – 2 of 2) sorted by relevance
6 pub mod context; module
89 pub(crate) context: Mutex<TrackLocalContext>, field316 let context = self.context.lock().await; in replace_track() localVariable327 let context = { in replace_track() localVariable328 let context = self.context.lock().await; in replace_track() localVariable363 let mut context = self.context.lock().await; in replace_track() localVariable386 let mut context = TrackLocalContext { in send() localVariable