Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorkAsync method issue #30

Open
shytikov opened this issue Feb 24, 2015 · 1 comment
Open

WorkAsync method issue #30

shytikov opened this issue Feb 24, 2015 · 1 comment

Comments

@shytikov
Copy link
Contributor

I have recently found that developer should use WorkAsync very accurately, since sometimes user may get really unpredictable results:

When code inside this statement calls something like MessageBox.Show, for example to inform user about something went wrong, the yellow window will keep staying on top of application screen and will be impossible to close it at all;

WorkAsync really helps when something should be done asynchronously, but when I tried to establish several asynchronous processes in the same time it become really painful to make it work together.

I think we might rewrite this functionality in the way to use new Tasks feature in .NET 4.5. Interface of the method might remain the same for simple operations done by developer, however it should be an option to start advanced processing like start several simultaneous tasks and wait for them all to finish.

And more control on what is shown in the information pane.

@shytikov shytikov changed the title WorkAsync method issue WorkAsync method issue Feb 24, 2015
@rappen
Copy link
Collaborator

rappen commented Feb 24, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants