[go: up one dir, main page]

bastion-executor 0.3.6

Cache affine NUMA-aware executor for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
///
/// Marker of unstable API.
#[doc(hidden)]
macro_rules! unstable_api {
    ($($block:item)*) => {
        $(
            #[cfg(feature = "unstable")]
            $block
        )*
    }
}