Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CJackHwang/AIstudioProxyAPI
/ dummy_coro
Function
dummy_coro
tests/api_utils/test_app.py:483–484 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
481
482
# Create a dummy task in the current loop
483
async
def
dummy_coro():
484
await asyncio.sleep(0.1)
485
486
real_task = asyncio.create_task(dummy_coro())
487
Callers
2
test_shutdown_resources
Function · 0.85
test_shutdown_resources_worker_timeout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected