Questions
Answer the following questions to test your knowledge of this chapter:
- What type of data flow block aggregates data from two or three data sources?
- What type of block is a
BufferBlock
? - What type of block is populated by a producer in the producer/consumer pattern?
- What method links the completion of two blocks?
- What method is called to signal that our code is done adding data to a source block?
- What is the async equivalent of calling
Post()
? - What is the async equivalent of calling
Receive()
?