Module ask

Module ask 

Source
Expand description

This is an implementation of the ask pattern that sends a request to a tokio::sync::mpsc::Sender<_> and uses a tokio::sync::oneshot channel internally to convey the reply.

Enums§

AskError

Traits§

Ask