You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We would like to do async work in the setup of our plugin. The work needs to block the plugin firing.
Describe the solution you'd like
We would like for setup on the plugin to be suspending.
Describe alternatives you've considered
We could also make the execute itself suspending, but it feels cleaner to make the setup suspending.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We would like to do async work in the setup of our plugin. The work needs to block the plugin firing.
Describe the solution you'd like
We would like for
setup
on the plugin to be suspending.Describe alternatives you've considered
We could also make the execute itself suspending, but it feels cleaner to make the setup suspending.
The text was updated successfully, but these errors were encountered: