pleiszenburg / refuse

Simple cross-plattform ctypes bindings for libfuse / FUSE for macOS / WinFsp
ISC License
60 stars 11 forks source link

“nothreads” argument explanation #30

Open nadavaviv opened 4 years ago

nadavaviv commented 4 years ago

I've been fiddling for a bit with the fusepy package with python3.

When trying to create a FUSE instance, I came across the nothreads argument.

Can anyone please elaborate on what this does?

I can guess that setting this flag to True the software no longer supports multithreading, but what I would like to know is how it changes the software's behaviour, what would the flow be with and without setting it to True?

P.S. - I know that this is a fork of fusepy, but unfortunately, I didn't get any answers there

Thanks