7 unstable releases (3 breaking)

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

#965 in Concurrency

Download history 5/week @ 2024-11-03 6/week @ 2024-11-10 139/week @ 2024-11-24 20/week @ 2024-12-01 4/week @ 2024-12-08 1/week @ 2024-12-15

570 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
~62K SLoC