Skip to main content

start

Function start 

Source
pub fn start(
    config: BackboneConfig,
    tx: EventSender,
    next_id: Arc<AtomicU64>,
) -> Result<()>
Expand description

Start a backbone interface. Binds TCP listener, spawns epoll thread.