Skip to content

nnazo/async-bulkhead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-bulkhead

CI Documentation Latest Version MIT or Apache 2.0 licensed

An async semaphore-based Bulkhead (client-side resiliency pattern) implementation.

Usage

Add one of the following to your Cargo.toml depending on your async runtime:

If you are using Tokio, the tokio feature is enabled by default so you can specify the dependency as follows:

[dependencies]
async-bulkhead = "0.1"

For async-std or smol, use the following:

[dependencies]
async-bulkhead = { version = "0.1", default-features = false, features = ["rt-async-std"] }
[dependencies]
async-bulkhead = { version = "0.1", default-features = false, features = ["rt-smol"] }

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

An async semaphore-based bulkhead implementation

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages