Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickgeek/message_worker
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.
https://github.com/nickgeek/message_worker
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/nickgeek/message_worker
- Owner: NickGeek
- License: mpl-2.0
- Created: 2021-05-20T05:18:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T05:52:44.000Z (over 1 year ago)
- Last Synced: 2024-12-18T16:35:17.835Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Message Worker (`message_worker`)
[![crates.io link](https://img.shields.io/crates/v/message_worker.svg)](https://crates.io/crates/message_worker)
[![crates.io link](https://docs.rs/message_worker/badge.svg)](https://docs.rs/message_worker)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](https://docs.rs/message_worker) for examples and more information.