Asynchronous Workflows的意思|示意

美 / / 英 / /

异步工作流


Asynchronous Workflows的网络常见释义

异步工作流 Robert Pickering在F#的第三篇文章中,他继续着上次的话题,不过这次他要关注的是异步工作流(Asynchronous Workflows),以及在使用这个特性后获得的性能改善。虽然这篇文章是关于F#的,但是这样的知识对于所有的.NET语言都是适用的。

Asynchronous Workflows相关例句

Asynchronous workflows tackle a very specific problem, how to use the.net asynchronous programming model correctly, providing the most elegant solution available on the.net framework.

异步工作流解决了一个很具体的问题,如何正确地使用。NET异步编程模型,来在。NET框架中提供最优雅的解决方案。

Sequence expressions are an example of a computation expression, as are asynchronous workflows.

序列表达式与异步工作流一样,都是计算表达式的示例。

So what kind of performance gain can we expect when using asynchronous workflows?

那么,当使用异步工作流的时候我们希望看到哪方面的性能改善呢?

Asynchronous workflows were introduced to tackle this specific problem. So now let's take a look at the asynchronous workflow version.

异步工作流就是为了应付这个特殊的问题而引入的。

This article will look at an interesting use of the workflow feature called asynchronous workflows, which are aimed at simplifying.net's asynchronous programming model.

这篇文章将探讨一下称之为异步工作流的工作流特性的有趣用法,它的目的就是要简化。NET的异步编程模型。

This means that by using asynchronous workflows correctly you will be able to harness some of this extra processing power.

这意味着,通过正确利用异步工作流,你将能够充分使用这些额外的处理器能力。