Skip to main content

Crate camber

Crate camber 

Source

Re-exports§

pub use error::RuntimeError;
pub use resource::Resource;
pub use runtime::RuntimeBuilder;
pub use runtime::on_cancel;
pub use task::AsyncJoinHandle;
pub use task::JoinHandle;
pub use task::on_shutdown;
pub use task::race;
pub use task::race_all;
pub use task::spawn;
pub use task::spawn_async;
pub use time::timeout;
pub use tls::CertStore;
pub use tracing;

Modules§

channel
circuit_breaker
Circuit breaker wrapper for Resource implementations.
config
error
http
logging
net
resource
runtime
schedule
secret
signals
task
time
tls

Macros§

select
Select over multiple channel operations with optional timeout.

Attribute Macros§

test
Marks an async function as a Camber test.