Type Alias calloop::ping::Ping

source ·
pub type Ping = Ping;
Expand description

The ping event source

You can insert it in your event loop to receive pings.

If you use it directly, it will automatically remove itself from the event loop once all Ping instances are dropped.

Aliased Type§

struct Ping { /* private fields */ }