From 05fb5c07227b836a7b16df2cec2b951c0f155806 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 23 Sep 2023 18:22:01 +0200 Subject: [PATCH] feat: check with tokio in memory channel Signed-off-by: kjuulh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d406ebd..d7efcbc 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ We recommend wrapping and exposing the parts you need to the library, so that yo You will need a transport of some sort. Transport is what transfers messages between services, crunch is built to be configurable, and unopinionated, as such most messaging protocols should work fine. - [ ] [NATS (recommended)](crates/crunch-transport-nats) -- [ ] [Tokio channel (used for in-memory processing)](crates/crunch-transport-tokio-channel) +- [x] [Tokio channel (used for in-memory processing)](crates/crunch-transport-tokio-channel) ### Persistence