feat: check with tokio in memory channel

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-09-23 18:22:01 +02:00
parent 98550ace16
commit 05fb5c0722
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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