23 releases

0.0.31 Mar 1, 2025
0.0.30 Mar 1, 2025
0.0.29 Feb 26, 2025
0.0.27 Jan 18, 2025
0.0.4 May 22, 2024

#507 in Asynchronous

Download history 158/week @ 2024-12-09 460/week @ 2024-12-16 458/week @ 2024-12-23 423/week @ 2024-12-30 486/week @ 2025-01-06 171/week @ 2025-01-13 53/week @ 2025-01-20 116/week @ 2025-01-27 119/week @ 2025-02-03 42/week @ 2025-02-10 25/week @ 2025-02-17 414/week @ 2025-02-24 102/week @ 2025-03-03

586 downloads per month
Used in 10 crates (3 directly)

MIT license

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

~135KB