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.
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.