[Insight-developers] interrupting filter execution

Paul Koshevoy koshevoy at sci.utah.edu
Thu Jul 20 01:36:48 EDT 2006


Paul Koshevoy wrote:

> void
> ProgressAccumulator
> ::ReportProgress(Object *, const EventObject &event)
> {
>   static SimpleFastMutexLock mutex;
>   {
>     MutexLockHolder<SimpleFastMutexLock> mutexHolder(mutex);

Now that I think of it, this mutex is probably unnecessary. I'll try
again tomorrow without it.

	Paul.


More information about the Insight-developers mailing list