agave-scheduling-utils 3.1.13

Common utilities for building Agave scheduler implementations
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod server;
mod shared;
#[cfg(test)]
mod tests;

pub use shared::{ClientLogon, MAX_WORKERS};