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

Implement asynchronous tasks #28

Closed
abonander opened this issue Jun 5, 2015 · 1 comment
Closed

Implement asynchronous tasks #28

abonander opened this issue Jun 5, 2015 · 1 comment

Comments

@abonander
Copy link
Contributor

Users should be able to start a long-running task on a new thread, and be notified when it completes in a callback on the UI thread.

Maybe use threadpool crate and a Cargo feature, async, so users don't pay for what they don't need.

@abonander
Copy link
Contributor Author

This can be built atop the existing KISS-UI API, making it superfluous for this crate itself.

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

No branches or pull requests

1 participant