#system #actor

message_worker

Message Worker is a low-ish level library for Rust for the creation of event-listeners using futures and streams. Notably MW supports non-sync and non-send (i.e. non-thread-safe) contexts within listeners.

6 releases (breaking)

0.6.0 Sep 6, 2023
0.5.1 Sep 5, 2023
0.5.0 Jun 5, 2021
0.4.0 May 21, 2021
0.1.0 May 20, 2021

#1428 in Asynchronous

26 downloads per month

MPL-2.0 license

45KB
625 lines

Message Worker (message_worker)

crates.io link crates.io link

Message Worker is a library for Rust for the creation of event-listeners using futures and streams. Notably, Message Worker supports non-sync and non-send (i.e. non-thread-safe) contexts within listeners.

See the documentation for examples and more information.

Dependencies

~3–9MB
~69K SLoC