Skip to main content

RUNTIME

Static RUNTIME 

Source
pub static RUNTIME: Lazy<Runtime>
Expand description

Shared tokio runtime used by outlet / UDP servers. Inlet data-receiver threads create their own single-threaded runtimes to avoid scheduling contention with the server accept-loops.