mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
okay now it does not deadlock
This commit is contained in:
parent
685ccfaf49
commit
80086b9a8b
5 changed files with 36 additions and 36 deletions
|
|
@ -34,7 +34,7 @@ impl TransportToolbar {
|
|||
transport.write().unwrap().jack = Some(
|
||||
jack.activate(
|
||||
&transport.clone(),
|
||||
|state, client, scope| {
|
||||
|state: &Arc<RwLock<TransportToolbar>>, client, scope| {
|
||||
state.write().unwrap().process(client, scope)
|
||||
}
|
||||
)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue