Skip to content

colvin/herbert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

herbert

A simple actor framework in Rust built around centralized message routers.

herbert supports a program architecture pattern consisting of well-defined and long-lived threads that maintain their own state and interact with one another through messages sent over channels.

The problem with this approach is keeping track of all of the channels, propagating them amongst arbitrary threads, and rationalizing about their lifecycles. herbert addresses these challenges using a centralized message router. The router is responsible for spawning actors upon request, monitoring and responding to changes in their state, and routing messages to and between them.

The name was inspired by this epic review of Taco Bell Cantina:

herbert-was-great

Justice for Herbert!

About

A simple actor management system for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages