Searched defs:OwnedTasks (Results 1 – 1 of 1) sorted by relevance
56 pub(crate) struct OwnedTasks<S: 'static> { struct57 inner: Mutex<OwnedTasksInner<S>>, argument70 impl<S: 'static> OwnedTasks<S> { argument