This commit is contained in:
Agus Zubiaga 2025-07-29 21:15:00 -03:00
parent 254c6be42b
commit 6656403ce8
8 changed files with 140 additions and 56 deletions

View file

@ -958,10 +958,6 @@ impl AcpThread {
cx.notify();
}
pub fn authenticate(&self, cx: &mut App) -> impl use<> + Future<Output = Result<()>> {
self.connection.authenticate(cx)
}
#[cfg(any(test, feature = "test-support"))]
pub fn send_raw(
&mut self,