MCPcopy
hub / github.com/encode/uvicorn / run_one

Method run_one

tests/benchmarks/http.py:143–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 return handle
142
143 async def run_one(self) -> Any:
144 return await self._tasks.pop()
145
146
147class MockTask:

Callers 12

test_bench_ws_handshakeFunction · 0.45
test_bench_ws_send_textFunction · 0.45
test_bench_simple_getFunction · 0.45
test_bench_simple_postFunction · 0.45
test_bench_large_postFunction · 0.45
test_bench_http10Function · 0.45

Calls

no outgoing calls

Tested by 12

test_bench_ws_handshakeFunction · 0.36
test_bench_ws_send_textFunction · 0.36
test_bench_simple_getFunction · 0.36
test_bench_simple_postFunction · 0.36
test_bench_large_postFunction · 0.36
test_bench_http10Function · 0.36