You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 toTrue
?P.S. - I know that this is a fork of
fusepy
, but unfortunately, I didn't get any answers thereThanks
The text was updated successfully, but these errors were encountered: