start

Function start 

Source
pub async fn start<T>(
    config: &Config,
    statistics: &Statistics,
    service: &Service<T>,
) -> Result<()>
where T: Clone + Observer + 'static,
Expand description

start turn server.

create a specified number of threads, each thread processes udp data separately.