-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi-threaded tabfs.c #29
Conversation
Can confirm that it closes #27 by removing the usage output altogether. |
wow, brilliant work! I'll look at this & hopefully merge it today. |
Still looking at this, but I wanted to post an update: Are the folks who have it working all on Linux? On my Mac, I had to remove
plus a bunch of instances of this warning on compile
|
Confirming that I only tested it with FF Developer and Arch Linux. |
@osnr: can you try it now with commit 57331e2? i might've fixed the
i'm on linux so don't know, need a macfuse user to confirm this |
Works great now. This is really excellent stuff, and you've solved a lot of problems I was dreading having to think through. I'm also glad the design was clear enough that you were able to figure it all out. Thanks again! 🙂 |
plz test
it's the same as before but it can interleave requests now
closes: #7
closes: #14
closes: #18
closes: #27