8000 GitHub - kprotty/yaar at another
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kprotty/yaar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaar

License Cargo Documentation

====

Yet Another Asynchronous Runtime (yaar) optimized around configuration and no_std.

This crate is currently under development.

Overview:

yaar aims to provide both a multi-threaded and single-threadead task scheduler which can be used to executing futures for the no_std ecosystem. It does this by using intrusively provided structures and requiring traits for interaction with aspects of the runtime that would otherwise be platform depedent (i.e. Threading, TLS, IO, Timers, etc.).

Usage

Add this to your Cargo.toml:

[dependencies]
yaar = { version = "0.1", features = ["full"] }

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0