KDE/kdevelop/lib/plugins/vcs/interfaces

dukju ahn dukjuahn at gmail.com
Tue May 29 16:42:56 UTC 2007


> >>> SVN commit 668891 by apaku:
> >>>
> >>> add exec() which runs the job in a synchronous way

> Right. Btw, whatever happened to wait()? Should we have exec(), wait()
> or both? (Note: exec() == start()+wait() if we have wait().)

exec() blocks when it start job. So I don't think we need wait().
Also exec() exists in KJob and what it does it start() + wait(). Considering
that CVSJob and SvnJob already subclasses KJob, I think wait() is not needed.




More information about the KDevelop-devel mailing list