Hands-On Microservices with C#
上QQ阅读APP看书,第一时间看更新

Using SubscribeAsync

SubscribeAsync allows your subscriber delegate to return a Task immediately and then asynchronously execute long-running IO operations. Once the long-running subscription is complete, simply complete the Task.