Skip to content

A concurrent event system designed to minimize the need for locks.

License

Notifications You must be signed in to change notification settings

jrcarl624/mycorrh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A concurrent event system designed to minimize the need for locks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages