solana/quic-client
behzad nouri 557e4c47e1
uses OnceCell for lazy endpoint initialization in quic-client (#31149)
RwLock<Option<...>> lacks the api and adds unnecessary overhead for lazy
initialization. OnceCell instead provides the intended api for this purpose.
2023-04-11 19:53:25 +00:00
..
src uses OnceCell for lazy endpoint initialization in quic-client (#31149) 2023-04-11 19:53:25 +00:00
tests uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
Cargo.toml chore: workspace inheritance (#30939) 2023-03-29 03:28:56 +00:00