0.2.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD-2-Clause - BSD 2-Clause "Simplified" LicenseWelcome 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.
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).