There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Message Worker is a 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.