NoLock.onRelease() method
Registers nothing: a no-op lock is never held, so it is never released and the handler could never fire.
Signature:
onRelease(handler: (channel: string) => void): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
handler |
(channel: string) => void |
ignored |
Returns:
void
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.