18 releases

new 0.0.26 Jan 11, 2025
0.0.25 Jan 9, 2025
0.0.21 Dec 30, 2024
0.0.6 Jun 22, 2024
0.0.4 May 22, 2024

#509 in Asynchronous

Download history 13/week @ 2024-09-29 16/week @ 2024-10-13 1/week @ 2024-10-20 2/week @ 2024-11-03 68/week @ 2024-12-08 483/week @ 2024-12-15 435/week @ 2024-12-22 419/week @ 2024-12-29 506/week @ 2025-01-05

1,915 downloads per month
Used in 4 crates (3 directly)

MIT license

7KB
166 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