dsf-daemon 0.1.3

Distributed Service Framework (DSF) Daemon
1
2
3
4
use crate::daemon::Dsf;
use crate::io;

impl<C> Dsf<C> where C: io::Connector + Clone + Sync + Send + 'static {}