#crb #send #detail #crb-send

crb-send

CRB | Composable Runtime Blocks | Send

30 releases

Uses new Rust 2024

new 0.0.38 May 1, 2025
0.0.37 Apr 29, 2025
0.0.31 Mar 1, 2025
0.0.29 Feb 26, 2025
0.0.4 May 22, 2024

#6 in #crb

Download history 387/week @ 2025-01-09 158/week @ 2025-01-16 14/week @ 2025-01-23 168/week @ 2025-01-30 78/week @ 2025-02-06 41/week @ 2025-02-13 94/week @ 2025-02-20 425/week @ 2025-02-27 43/week @ 2025-03-06 25/week @ 2025-03-13 18/week @ 2025-03-20 17/week @ 2025-03-27 343/week @ 2025-04-03 262/week @ 2025-04-10 215/week @ 2025-04-17 155/week @ 2025-04-24

975 downloads per month
Used in 13 crates (3 directly)

GPL-3.0-only

7KB
162 lines

A crate with senders and notifiers.

WARNING! Don't use own SendError type! Anti-pattern! Because it hides specific errors of implementations, for example, the actors extension sender returns an error with the priority used to send an event (because there are two priority queues). If we use the SendError we have to drop the details!

Dependencies

~140KB