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

Add async support #340

Closed
PoignardAzur opened this issue Jan 5, 2024 · 1 comment
Closed

Add async support #340

PoignardAzur opened this issue Jan 5, 2024 · 1 comment
Assignees
Labels
masonry Issues relating to the Masonry widget layer

Comments

@PoignardAzur
Copy link
Contributor

PoignardAzur commented Jan 5, 2024

Xilem used to have support for async workflows. This was implemented in "Xilem classic" in the following commits:

The support was removed during the switch to Masonry.

Masonry should be changed to include support for non-Winit events, in a way that lets an off-thread executor request to update the widget tree.

Then Xilem should be updated to create that executor and run it in a background thread.

@PoignardAzur PoignardAzur added the masonry Issues relating to the Masonry widget layer label Apr 19, 2024
@DJMcNab DJMcNab transferred this issue from linebender/masonry Jun 5, 2024
@DJMcNab
Copy link
Member

DJMcNab commented Aug 8, 2024

This was addressed in #423!

@DJMcNab DJMcNab closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
masonry Issues relating to the Masonry widget layer
Projects
None yet
Development

No branches or pull requests

2 participants