6 releases

0.11.1 Sep 13, 2024
0.11.0 Aug 16, 2024
0.10.2 Aug 13, 2024
0.9.1 Oct 18, 2023

#873 in Concurrency

Download history 1/week @ 2024-07-29 553/week @ 2024-08-12 8/week @ 2024-08-19 2/week @ 2024-08-26 148/week @ 2024-09-09 26/week @ 2024-09-16 44/week @ 2024-09-30 5/week @ 2024-10-07

84 downloads per month

Apache-2.0

6KB

patterns

Patterns for working with streambed.

Ask Pattern

The ask pattern is based on the concept of the same name from Akka. It encodes async request-reply semantics which can be used, for example, to perform request-reply operations across a tokio::sync::mpsc::channel or similar. The provided implementation sends a message using a tokio::sync::mpsc::Sender<_> and uses a tokio::sync::oneshot channel internally to convey the response.

Dependencies

~2.2–8.5MB
~63K SLoC