iced icon indicating copy to clipboard operation
iced copied to clipboard

How can perform async task in component?

Open drunkenlion opened this issue 2 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues.

Is this issue related to iced?

  • [X] My hardware is compatible and my graphics drivers are up-to-date.

What happened?

I write a component by the function . How can perform async task in component , Command::perform? But it don't perform!!!

What is the expected behavior?

I can execute update in component by the async task

Version

crates.io release

Operating System

macOS

Do you have any log output?

no

drunkenlion avatar Apr 16 '24 07:04 drunkenlion