This repository contains an example of message passing in C# based on the asynchronous example by Microsoft.
The Breakfast project contains the types Microsoft referenced within their
example.
The AsyncBreakfast project contains the Microsoft example.
The MessageBreakfast project contains the message-passing example with
identical output to AsyncBreakfast.
The MPL project contains the message-passing library; it manages the runtime
concurrency and the primitives necessary to interact with it.