MCPcopy Create free account
hub / github.com/Pometry/Raphtory / block_on

Function block_on

raphtory/src/python/utils/mod.rs:438–440  ·  view source on GitHub ↗
(future: F)

Source from the content-addressed store, hash-verified

436}
437
438pub fn block_on<F: Future>(future: F) -> F::Output {
439 get_runtime().block_on(future)
440}

Callers 13

py_newMethod · 0.85
vectorise_graphMethod · 0.85
vectorise_all_graphsMethod · 0.85
startMethod · 0.85
optimize_indexMethod · 0.85
nodes_by_similarityMethod · 0.85
edges_by_similarityMethod · 0.85
get_documentsMethod · 0.85

Calls 1

get_runtimeFunction · 0.85

Tested by

no test coverage detected