WIP
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
205b1371aa
commit
d83210d978
8 changed files with 319 additions and 104 deletions
|
@ -27,7 +27,10 @@ pub trait AgentConnection {
|
|||
cx: &mut App,
|
||||
) -> Task<Result<Entity<AcpThread>>>;
|
||||
|
||||
fn list_threads(&self, _cx: &mut App) -> Option<UnboundedReceiver<Vec<AcpThreadMetadata>>> {
|
||||
fn list_threads(
|
||||
&self,
|
||||
_cx: &mut App,
|
||||
) -> Option<watch::Receiver<Option<Vec<AcpThreadMetadata>>>> {
|
||||
return None;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue