Crate asimov_server

Source

Modules§

http
persistence

Structs§

CancellationToken
A token which can be used to signal a cancellation request to one or more tasks.
JoinHandle
An owned permission to join on a task (await its termination).

Traits§

ToSocketAddrs
Converts or resolves without blocking to one or more SocketAddr values.