We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我看了下COLA现在的执行 只有两种:
COLA
execute
executeVoid
但是再实际工作场景中,我们用到需要异步执行拓展的地方,因此我在想是不是可以加一个异步执行的API,如:
API
executeAsync
executeVoidAsync
如果可以,我可以提交一个PR
The text was updated successfully, but these errors were encountered:
fix alibaba#365
21c04e5
support async execute api.
No branches or pull requests
我看了下
COLA
现在的执行 只有两种:execute
executeVoid
但是再实际工作场景中,我们用到需要异步执行拓展的地方,因此我在想是不是可以加一个异步执行的
API
,如:executeAsync
executeVoidAsync
如果可以,我可以提交一个PR
The text was updated successfully, but these errors were encountered: