Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
/ actox-rust Public archive

This crate implements a simple event-loop and a cheap actor implementation with a global actor-pool

Notifications You must be signed in to change notification settings

KizzyCode/actox-rust

Repository files navigation

License License AppVeyor CI docs.rs crates.io Download numbers dependency status

actox

Welcome to my actox-library 🎉

actox is small and dependency-less crate that implements a shared message dispatcher to publish and subscribe on multible topics from different threads. This allows for trivial multi-producer/multi-consumer networks without the need to manually establish and manage dedicated communication channels between all participants.

Design considerations

This crate is opinionated. The main goal is to have simple code that hopefully just works. No external dependencies, no super-duper custom lock-free maps etc. No unsafe. Therefore is probably not super efficient or fast (even though it achieves a throughput of about 7 million messages per second on my platform).

About

This crate implements a simple event-loop and a cheap actor implementation with a global actor-pool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages