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

Asynchronous io example #7

Closed

Conversation

ArthurSonzogni
Copy link
Contributor

Add a demo for background worker.

Make use of thread to run operations in the background. Use FTXUI
Sender/Receiver to send data in between the threads.

Demo:
https://asciinema.org/a/Y4DLwmldNHC0LKZzR7cUJx595

Make use of thread to run operations in the background. Use FTXUI
Sender/Receiver to send data in between the threads.

Demo:
https://asciinema.org/a/Y4DLwmldNHC0LKZzR7cUJx595
@ArthurSonzogni
Copy link
Contributor Author

HI @SAtacker,

Here is a demo you can reuse later for running long operations in the background and displaying the result in the UI.
Could you please take a look?

@SAtacker
Copy link
Owner

SAtacker commented Jun 27, 2021

Thanks. This will help me to implement polling like functionality to check dbus changes in the future.

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

Successfully merging this pull request may close these issues.

None yet

2 participants