matil019 / haskell-libfuse3

A Haskell binding for libfuse-3.x
https://hackage.haskell.org/package/libfuse3
MIT License
5 stars 1 forks source link

Unmount on a (second) signal #1

Closed matil019 closed 4 years ago

matil019 commented 4 years ago

Previously, applications dropped the first signal and abruptly exited at the second one. The situation is better now as apps now properly run the fuseDestroy method and unmount the filesystem. Two signals are still needed, though.