Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 541 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 541 Bytes

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.