Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
DCL to CML changes under way
DCL to CML changes under way

I recently wrote about a thread-safe class for displaying information from background processes. The class worked fine, but it exercised absolutely no control over the thread itself. That is, in the accompanying app it was possible to launch multiple instances of the same worker thread, with amusing if not disastrous results, and it was also possible to close the test program before all background tasks had completed, with disastrous and not at all amusing results.

...