[][src]Function carapax_session::spawn_gc

pub fn spawn_gc<C>(duration: Duration, collector: C) where
    C: GarbageCollector + Send + 'static, 

Spawns a session GC

Allows to remove old sessions in a store at given interval