MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / cancel_request

Method cancel_request

examples/server/server.py:15600–15601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15598 cancelled.set()
15599 try:
15600 def cancel_request() -> None:
15601 self.scheduler.cancel(request.id)
15602
15603 self.enqueue(cancel_request)
15604 except RuntimeError:

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected