Re: Gnome VFS Async model
Cosimo Cecchi <[email protected]> Thu, 23 Sep 2010 13:37:34 +0200
| Newsgroups | gmane.comp.gnome.vfs.general |
|---|---|
| Message-ID | <1285241855.2283.2.camel@bobcat> |
On Sat, 2010-07-03 at 06:23 +0200, gwr wrote: > Hello, > > Developping on GVFS, I have one question : > > When many gvfs async operations are running simultaneously, are user's > callback calls done on many threads, or just queued and done in one > thread ? Hi, AFAIK the callbacks for async operations are always called on the main thread. Regards, Cosimo