Agartha-Software / Agartha-Software/Wormhole
Feat: FsInterface implement a Read Only Lock for the Arbo
Aberta
- Linguagem predominante
- Rust
- Estrelas
- 12
- Forks
- 3
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
In FsInterface implement a Read Only Lock for the Arbo
```rust
pub struct FsInterface {
pub network_interface: Arc,
pub disk: DiskManager,
pub arbo: Arc>, // here only to read, as most write are made by network_interface
// REVIEW - check self.arbo usage to be only reading
}
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.