Skip to main content

prov_graph/
exec.rs

1//! A dependency-free executor for backends whose futures are already ready.
2//!
3//! Re-exported from [`fs_transaction::exec`], which owns it because the
4//! filesystem port it drives lives there too. See that module for what
5//! [`block_on`] does and does not promise.
6
7pub use fs_transaction::exec::block_on;