agave-scheduling-utils 4.1.2

Common utilities for building Agave scheduler implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg(feature = "agave-unstable-api")]

pub mod error;
pub mod thread_aware_account_locks;

#[cfg(unix)]
pub mod bridge;
#[cfg(unix)]
pub mod handshake;
pub mod pubkeys_ptr;
pub mod responses_region;
pub mod transaction_ptr;