Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 402 Bytes

Readme.md

File metadata and controls

13 lines (8 loc) · 402 Bytes

Mycorrh

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.

Example

Located here: ./src/lib.rs

The Name

The name is based off mycorrhzial fungal networks where small signals are sent through a vast array of fungi.