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

Extend Algorithm base class to allow algorithms to execute asynchronously #1051

Closed
NickDraper opened this issue Aug 11, 2008 · 1 comment
Closed
Assignees
Milestone

Comments

@NickDraper
Copy link
Contributor

The base class should be extended to add an ExecuteAsync method. This should run the Exec method in a separate thread and communicate the result back through some callback mechanism (Boost.Signals?).

Once this works the QTIPLOT interface should be altered to use this as the primary method of running algorithms.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 203

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