Skip to content

lambdaclass/spawned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spawned

Library for concurrent Rust.

Goals:

  • Provide a framework to build robust, scalable and efficient applications in concurrent Rust.
  • Set coding guidelines to apply along LambdaClass repositories and codebase.
  • Starting point to ideate what we want for Concrete.

Versions:

Two versions exist in their own submodules:

  • threads: no use of async/await. Just IO threads code.
  • tasks: a runtime is required to run async/await code. The runtime is selected in spawned_rt::tasks module that abstracts it.

Inspiration:

About

Basic framework for concurrent Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages