async_ui icon indicating copy to clipboard operation
async_ui copied to clipboard

How do you remove an element dynamically ?

Open X-Ryl669 opened this issue 3 years ago • 1 comments

As the title asks.

X-Ryl669 avatar Oct 05 '22 06:10 X-Ryl669

Hi! When a Future gets dropped, all the widgets it renders are unmounted.

To drop a future, race it with another future that will complete faster. See the examples/gtk-login-form for example.

wishawa avatar Oct 05 '22 15:10 wishawa