Why Nostr? What is Njump?
2024-08-08 21:21:58
in reply to

Mauve 👁💜 on Nostr: `Mutex<Option<TunnelManager>>` is a lot more reasonable. :P ``` { let mut tunnels1 = ...

`Mutex<Option<TunnelManager>>`

is a lot more reasonable. :P

```
{
let mut tunnels1 = tunnels1.lock().await.unwrap();
tunnels1.open_tunnel(route_id).await?
}
```

Ain't it funky
Author Public Key
npub1efnhpheyugwkwewyrfy37y5l4hz4as6zr8y7my89kx8hw99mpecq44cjnw