| Crates.io | ractor_actors |
| lib.rs | ractor_actors |
| version | 0.4.9 |
| created_at | 2023-08-19 00:52:19.833946+00 |
| updated_at | 2025-02-13 21:24:18.978578+00 |
| description | Helpful actors built with Ractor |
| homepage | https://github.com/slawlor/ractor |
| repository | https://github.com/slawlor/ractor |
| max_upload_size | |
| id | 948441 |
| size | 149,788 |
Common utility actors built with Ractor
A pure-Rust actor framework. Inspired from Erlang's gen_server, with the speed + performance of Rust!
This crate contains some utility actors for Ractor-based systems. Additionally because ractor is built on tokio,
you can often intermingle these utility actors with non-actor async workflows.
This crate is WIP
[dependencies]
ractor_actors = "0.2"
The following utility actors are defined in this crate (enable with the associated feature in brackets):
filewatcher) - Watch files and directories for changes. Built with notify.net) - Listen for incoming connections and handle messages in/out from them as sessions.time) - A basic cron-job managing actor, which supports the full cron syntax and will execute operations on a periodstreams) - Actors for common tasks processing streams, including infinite/finite loops, stream processing, and stream multiplexing.To learn more about contributing to ractor please see CONTRIBUTING.md.
This project is licensed under MIT.