Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-trio/trio
/ deliver
Function
deliver
src/trio/_core/_tests/test_thread_cache.py:28–29 ·
view source on GitHub ↗
(outcome: Outcome[object])
Source
from the content-addressed store, hash-verified
26
raise
RuntimeError(
"hi"
)
27
28
def
deliver(outcome: Outcome[object]) -> None:
29
q.put(outcome)
30
31
start_thread_soon(fn, deliver)
32
Callers
2
_handle_job
Method · 0.85
test_spawning_new_thread_from_deliver_reuses_starting_thread
Function · 0.85
Calls
4
start_thread_soon
Function · 0.85
put
Method · 0.80
add
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…