mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
add shared cancellable holder
This commit is contained in:
parent
1dfaf68267
commit
c779ca3788
3 changed files with 14 additions and 8 deletions
|
|
@ -113,6 +113,7 @@ impl Client {
|
|||
connection,
|
||||
certificate,
|
||||
Some(network_address),
|
||||
cancellable.clone(),
|
||||
) {
|
||||
Ok(connection) => {
|
||||
// Wrap to shared reference support clone semantics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue