Is there a preferred mechanism for a GMUserFileSystem to cancel mounting? I'm interested in having my file system not mount in the event of a global error condition rather than mounting and then not being able to do anything.
The closest I came was by not detaching a new thread when mounting so I could potentially throw an exception from willMount: but in that case I am unable to run a run loop on that same thread after mounting, which borks some library code of mine that expects to be able to performSelectorOnMainThread:. Ned --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
