prov-graph 0.9.2

The read core of a prov workspace: documents, links, and the traversal over them
Documentation
1
2
3
4
5
6
7
//! A dependency-free executor for backends whose futures are already ready.
//!
//! Re-exported from [`fs_transaction::exec`], which owns it because the
//! filesystem port it drives lives there too. See that module for what
//! [`block_on`] does and does not promise.

pub use fs_transaction::exec::block_on;