Mycorrh is a concurrent event system for Rust. It has been designed minimize the event overhead on the main event loop. This is achieved by moving the message correlation to the thread that calls the message.
Located here: ./src/lib.rs
The name is based off mycorrhzial fungal networks where small signals are sent through a vast array of fungi.