Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 253 Bytes

File metadata and controls

8 lines (5 loc) · 253 Bytes

TreeMultiThreadWalker

C# Example of using Thread pool/Background Worker to walk over tree data structure

1st example using Thread Pool
2nd example using Background worker

as a result using Background workers gives a litle better perfomance.