In this recipe, we will look at MVar and Chan as the basic ingredients of a concurrent pipeline. We will create a Forex Order processing system, in which the orders to buy or sell currency are sent to an exchange. The exchange backend will process the orders, and print the summary.