Skip to content

neachdainn/banyan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banyan: A Task Distribution Library

MIT License Rustc 1.32+ Pipeline

Banyan makes it easy to distribute long-running tasks across multiple processes, machines, or threads. It takes advantage of nng to provide reliable connections between coordinator and worker nodes. This also allows Banyan to be deployed in a wide variety of configurations via TLS, TCP, IPC, and intra-process communication channels.

Rust Version Requirements

The current version requires Rustc v1.32 or greater. In general, this crate should always be able to compile with the Rustc version available on the oldest Ubuntu LTS release. Any change that requires a newer Rustc version will always be considered a breaking change and this crate's version number will be bumped accordingly.

About

A Rust-based task distribution library - Github mirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages