feat(sandbox): 在有界后台工作线程中登记原生实例
This commit is contained in:
@@ -420,6 +420,9 @@ impl<'a, 'p> Session<'a, 'p> {
|
||||
}
|
||||
}
|
||||
}
|
||||
pub(crate) fn is_failed(&self) -> bool {
|
||||
self.failed
|
||||
}
|
||||
pub fn take_tools_changed(&mut self) -> bool {
|
||||
std::mem::take(&mut self.tools_changed)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user