20 releases

0.0.28 Feb 1, 2025
0.0.27 Jan 18, 2025
0.0.21 Dec 30, 2024
0.0.6 Jun 22, 2024
0.0.4 May 22, 2024

#761 in Asynchronous

Download history 1/week @ 2024-10-30 1/week @ 2024-11-06 327/week @ 2024-12-11 536/week @ 2024-12-18 351/week @ 2024-12-25 366/week @ 2025-01-01 458/week @ 2025-01-08 159/week @ 2025-01-15 13/week @ 2025-01-22 149/week @ 2025-01-29 96/week @ 2025-02-05

421 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