2 releases

0.0.5 Jun 4, 2024
0.0.4 May 22, 2024

#717 in Asynchronous

Download history 86/week @ 2024-05-18 8/week @ 2024-05-25 134/week @ 2024-06-01 75/week @ 2024-06-08

303 downloads per month

MIT license

6KB
129 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

~130KB