
July 3, 2015
12:54 p.m.
On 3 July 2015 at 11:36, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 3 July 2015 at 13:16, Andrew Barnert <abarnert@yahoo.com> wrote:
The difference between a server and an MDI app is that you usually need hundreds or thousands of connections as opposed to a handful of documents, but the control flow for each is usually more linear, so the wizard-like design is a much more obvious choice.
Ah, thank you - yes, the "stepping through a wizard" case is a good example, as it hits the same kind multi-step process that causes problems with network applications.
Yes, that is a very good example of a (non-IO) use case for the new async capabilities. Thanks, Paul