Type Alias calloop::sources::ping::PingSource

source ·
pub type PingSource = PingSource;
Expand description

The Ping handle

This handle can be cloned and sent accross threads. It can be used to send pings to the PingSource.

Aliased Type§

struct PingSource {
    event: Generic<ArcAsFd>,
}

Fields§

§event: Generic<ArcAsFd>