MCPcopy Create free account
hub / github.com/idank/explainshell / _release

Function _release

tools/loadtest.py:316–317  ·  view source on GitHub ↗
(t: asyncio.Task)

Source from the content-addressed store, hash-verified

314 in_flight: set[asyncio.Task] = set()
315
316 def _release(t: asyncio.Task) -> None:
317 in_flight.discard(t)
318
319 while time.monotonic() < stop_at:
320 now = time.monotonic()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected