eugenwintersberger / fusekit

Automatically exported from code.google.com/p/fusekit
MIT License
0 stars 0 forks source link

Example of how to incorporate into another main loop #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All the examples show:

    fusekit::daemon<>& daemon = fusekit::daemon<>::instance();

followed by

    return daemon.run(argc,argv);

But I've got a program with a main loop, and pre-existing code to run it as a 
daemon. I'd like to incorporate fusekit into it. How can I run fusekit as just 
one part of the main loop? Or, how can I run it in its own thread, without it 
doing daemon setup?

Original issue reported on code.google.com by cmcqueen...@gmail.com on 8 Jul 2013 at 3:55

GoogleCodeExporter commented 9 years ago
6 months later, I'm still interested in this issue, although for now I ended up 
not using fusekit because of this.

Original comment by cmcqueen...@gmail.com on 6 Jan 2014 at 3:22