Docs.rs
zksync_concurrency-0.5.0
zksync_concurrency 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ml-ia
github:matter-labs:crates-io
CratesMatterLabs
Dependencies
anyhow ^1
normal
once_cell ^1.17.1
normal
pin-project ^1.1.0
normal
rand ^0.8.0
normal
sha3 ^0.10.8
normal
thiserror ^1.0.40
normal
time ^0.3.23
normal
tokio ^1.34.0
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.16
normal
vise ^0.2.0
normal
assert_matches ^1.5.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zksync_
concurrency
0.5.0
In zksync_
concurrency::
scope
zksync_concurrency
::
scope
Macro
run
Copy item path
source
macro_rules!
run { (
$ctx
:expr,
$f
:expr) => { ... }; }
Expand description
Runs an async scope.