Click here to Skip to main content
15,886,578 members
Articles / General Programming / Threads

Implementing a Thread Safe Message Queue in C#

Rate me:
Please Sign up or sign in to vote.
4.76/5 (12 votes)
14 Jul 2020MIT5 min read 42.3K   757   16  
This article explores a message passing mechanism for safe thread to thread communication
In this article, we explore a thread safe mechanism for communicating between two or more threads in a running process.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions