uce/site/doc/pages/file_close_locked.txt
2026-06-15 10:53:36 +00:00

13 lines
224 B
Plaintext

:sig
void file_close_locked(int fd)
:params
fd : handle returned by `file_open_locked()`
:see
>sys
>file_open_locked
:content
Releases the flock and closes a locked file handle. Wasm handles are opaque and request-local.