Expand description

Module contains utilities for asynchronous, iterative “Target” reachability checking.

Notes

Requires crate to be configured with feature “async”.

Structs

Struct storing all data used during asynchronous execution.

Async target check executor used to check the availability of a given number of AsyncTargets.

Type Definitions

Type containing a boxed trait object implementing FnMut that is called with each async check.

Type for a boxed trait object implementing Target

Alias on Status to distinct between status of previous availability check and the current availability check