cernan 0.9.0

A telemetry and logging aggregation server.
Documentation
1
2
3
4
5
6
7
8
9
//! Library level constants
use mio;

/// MIO token used to distinguish system events
/// from other event sources.
///
/// Note - It is assumed that sources will not hold
/// more than 2048 addressable streams, 0 indexed.
pub const SYSTEM: mio::Token = mio::Token(2048);