RwLock seems excessive since only the very 1st call to VoteAccount::vote_state will write-lock the inner field. Future calls would also incur overhead of an RwLockReadGuard. once_cell::sync::OnceCell provides a matching api to the desired functionality. |
||
---|---|---|
.. | ||
macro | ||
src | ||
Cargo.toml | ||
build.rs |