[][src]Trait libaiofut::AIOSchedulerIn

pub trait AIOSchedulerIn {
    fn schedule(&self, aio: AIO, notifier: &Arc<AIONotifier>) -> AIOFuture;
fn next_id(&self) -> u64; }

Required methods

fn schedule(&self, aio: AIO, notifier: &Arc<AIONotifier>) -> AIOFuture

fn next_id(&self) -> u64

Loading content...

Implementors

impl AIOSchedulerIn for AIOBatchSchedulerIn[src]

Loading content...