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

Progression of CombineWorker #24

Open
virtualzeta opened this issue Sep 5, 2023 · 3 comments
Open

Progression of CombineWorker #24

virtualzeta opened this issue Sep 5, 2023 · 3 comments

Comments

@virtualzeta
Copy link

Is there a way to get some progress data from isolates using CombineWorker()?

@Maksimka101
Copy link
Owner

Hello

For now, there is no way to send progress data from worker. You can use the CombineIsolate for this

@virtualzeta
Copy link
Author

I supposed.
And is there a way to use CombineIsolate to wait, get and manage a result like with CombineWorker, so as to then also have the possibility to send other messages (such as progression data)?

@Maksimka101
Copy link
Owner

No. There is no such methods as 'CombineWorker.execute'. You have to send an event, handle it in isolate, send back result and handle it

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