agave_scheduling_utils/
lib.rs1#![cfg_attr(
2 not(feature = "agave-unstable-api"),
3 deprecated(
4 since = "3.1.0",
5 note = "This crate has been marked for formal inclusion in the Agave Unstable API. From \
6 v4.0.0 onward, the `agave-unstable-api` crate feature must be specified to \
7 acknowledge use of an interface that may break without warning."
8 )
9)]
10pub mod thread_aware_account_locks;
11
12pub mod error;
13#[cfg(unix)]
14pub mod handshake;
15#[cfg(unix)]
16pub mod responses_region;
17#[cfg(unix)]
18pub mod transaction_ptr;