[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] odd behaviour

From: Stefan Küng <stefan.kueng_at_wagner-group.ch>
Date: 2004-08-06 08:20:40 CEST

Amir Kolsky wrote:

> I don't intende to teach anyone how to work, but is it not possible, since
> the problem is known to have the working thread peek every so and so
> miliseconds to see if it is being cancelled?
>
> The cancel button sets up a flag which is subsequently viewed by the working
> thread...

I know how to do that. The problem is the "peek every so and so
miliseconds": we can't do that *inside* a function call. Once we call a
function, we have to wait until it's finished - or we would need to
change that single function to peek that cancel flag.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 6 09:24:58 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.