Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
438
pub fn block_on<F: Future>(future: F) -> F::Output {
439
get_runtime().block_on(future)
440
}
Callers
13
py_new
Method · 0.85
vectorise_graph
Method · 0.85
vectorise_all_graphs
Method · 0.85
start
Method · 0.85
optimize_index
Method · 0.85
entities_by_similarity
Method · 0.85
nodes_by_similarity
Method · 0.85
edges_by_similarity
Method · 0.85
get_documents
Method · 0.85
get_documents_with_distances
Method · 0.85
expand_entities_by_similarity
Method · 0.85
expand_nodes_by_similarity
Method · 0.85
Calls
1
get_runtime
Function · 0.85
Tested by
no test coverage detected