MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / release

Method release

fastdeploy/inter_communicator/ipc_signal.py:163–165  ·  view source on GitHub ↗

Release the lock.

(self)

Source from the content-addressed store, hash-verified

161 fcntl.flock(self._fd, fcntl.LOCK_EX)
162
163 def release(self) -> None:
164 """Release the lock."""
165 fcntl.flock(self._fd, fcntl.LOCK_UN)
166
167 def clear(self) -> None:
168 """Close the file descriptor and remove the lock file."""

Callers 15

emitMethod · 0.45
_release_kvcache_lockMethod · 0.45
_release_semaphoreMethod · 0.45
_release_semaphoreMethod · 0.45
create_completionMethod · 0.45
wrapped_generatorFunction · 0.45
create_chat_completionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected