Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Message Throttling   (RSS)
Flow Control in Axum
One of the problems in asynchronous message passing is preventing a situation where a sender produces messages faster than a receiver can handle them. Consider this piece of Axum code: foreach(var price in GetNextStockPrice()) { report::Price <-- price; Read More...
Page view tracker