Click here to Skip to main content
15,912,329 members
Articles / Programming Languages / C#

Covering a BackgroundWorker by an Own Class to Lighten the Creation of a Multithread Application

Rate me:
Please Sign up or sign in to vote.
4.79/5 (8 votes)
6 Aug 2015CPOL4 min read 17K   477   10  
The article describes an application that executes several different sorting algorithms on the arrays of integers in the separate threads and graphically visualizes them. The application main thread interacts with the sorting threads using the special C# class that encapsulates a BackgroundWorker.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer Ivan Franko National University of Lviv
Ukraine Ukraine
Head of Programming department in Ivan Franko National University of Lviv, UKRAINE

Comments and Discussions