Crate wait_on

Source
Expand description

Wait-On library to wait on the availability of resources such as Files, HTTP Servers, Ports & Sockets

Modules§

resource
A Resource is an object that can be waited on. Resources hold its own configuration based on the protocols used.
task

Structs§

WaitOptions
Options available for waiting on a Waitable.

Traits§

Waitable
A Waitable is an resource that can be waited on.