MCPcopy Create free account
hub / github.com/Open-Quant/openquant / AsyncParallelHandle

Class AsyncParallelHandle

crates/openquant/src/hpc_parallel.rs:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114#[derive(Debug)]
115pub struct AsyncParallelHandle<R> {
116 join_handle: JoinHandle<()>,
117 result_rx: mpsc::Receiver<Result<ParallelRunReport<R>, HpcParallelError>>,
118}
119
120impl<R> AsyncParallelHandle<R> {
121 pub fn is_finished(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected