dagrs
dagrs copied to clipboard
async run in Action trait
I was wondering if there are any plan on adding async run to the Action trait. I have a custom impl of Action trait which involves calling some API. I tried passing handle of the tokio runtime to the env but it doesn't seem to be a good solution.
Maybe you have some advice on how to handle calling await function in run fn.