Skip to main content

test_concurrent_version_conflicts

Function test_concurrent_version_conflicts 

Source
pub async fn test_concurrent_version_conflicts<F, S>(
    make_store: F,
) -> ContractTestResult
where F: Fn() -> S + Send + Sync + Clone + 'static, S: EventStore + Send + Sync + 'static,