solana/quic-client/src
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
..
nonblocking uses OnceCell for lazy endpoint initialization in quic-client (#31149) 2023-04-11 19:53:25 +00:00
lib.rs reworks streamer::StakedNodes (#31082) 2023-04-10 17:07:40 +00:00
quic_client.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00