Click here to Skip to main content
15,889,511 members
Articles / General Programming / Threads

Thread Synchronization between Worker Threads

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
16 Apr 2021CPOL5 min read 6.6K   7  
Get an event fired by Thread A to execute in the context of Thread B
This article addresses the question of how to get an event fired by Thread A to execute in the context of Thread B?

Views

Daily Counts

License

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


Written By
Architect Avaya Inc.
Ireland Ireland
Formerly a C++ client developer, nowadays I'm all about C# and ASP.NET. Over the years I have mastered some and played with many aspects of .NET.

Follow my blog as I catalogue the more arcane problems I encounter and their solutions at CodingLifestyle.com

Comments and Discussions