A MailboxProcessor that operates with a LIFO logic
问题 I am learning about F# agents ( MailboxProcessor ). I am dealing with a rather unconventional problem. I have one agent ( dataSource ) which is a source of streaming data. The data has to be processed by an array of agents ( dataProcessor ). We can consider dataProcessor as some sort of tracking device. Data may flow in faster than the speed with which the dataProcessor may be able to process its input. It is OK to have some delay. However, I have to ensure that the agent stays on top of its