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

do_async #3

Closed
rioki opened this issue May 4, 2011 · 1 comment
Closed

do_async #3

rioki opened this issue May 4, 2011 · 1 comment

Comments

@rioki
Copy link
Owner

rioki commented May 4, 2011

void do_async(sigc::slot<void> func);

The do_async function takes a slot and executes this slot in a different thread. The main idea behind the function is to asynchronously execute bits of code with relative little coding overhead.

As a design constraint it may be assumed that the asynchronous slot will take a long time to execute and thus creating a new separate thread is feasible.

@ghost ghost assigned rioki May 4, 2011
@rioki
Copy link
Owner Author

rioki commented May 8, 2022

c9y::async

@rioki rioki closed this as completed May 8, 2022
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

1 participant