zargony/fuse-rs

how to handle interrupted while setlk

Sherlock-Holo opened this issue · 0 comments

I read the doc but it doesn't mention how to handle interrupted when setlk is waiting.

If user try to setlk, but he waits for a long time, so he presses Ctrl+C and the fd is closed, how do I know this?