[][src]Trait carapax_session::GarbageCollector

pub trait GarbageCollector {
    fn collect(&self) -> Box<dyn Future<Item = (), Error = Error> + Send>;
}

Adds GC support for a session store

Required methods

fn collect(&self) -> Box<dyn Future<Item = (), Error = Error> + Send>

Removes old sessions

Loading content...

Implementors

Loading content...